Home
last modified time | relevance | path

Searched refs:txf (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexfont.cpp75 if ((c >= txf->min_glyph) && (c < txf->min_glyph + txf->range)) { in getTCVI()
76 tgvi = txf->lut[c - txf->min_glyph]; in getTCVI()
82 if ((c >= txf->min_glyph) && (c < txf->min_glyph + txf->range)) { in getTCVI()
83 return txf->lut[c - txf->min_glyph]; in getTCVI()
88 if ((c >= txf->min_glyph) && (c < txf->min_glyph + txf->range)) { in getTCVI()
89 return txf->lut[c - txf->min_glyph]; in getTCVI()
245 txf->lut[txf->tgi[i].c - txf->min_glyph] = &txf->tgvi[i]; in txfLoadFont()
280 fread(txf->teximage, 1, txf->tex_width * txf->tex_height, in txfLoadFont()
373 txf->tex_width, txf->tex_height, in txfEstablishTexture()
591 if ((c >= txf->min_glyph) && (c < txf->min_glyph + txf->range)) { in txfInFont()
[all …]
H A Dtexfont.h59 extern void txfUnloadFont(TexFont * txf);
61 extern GLuint txfEstablishTexture(TexFont * txf,
64 extern void txfBindFontTexture(TexFont * txf);
66 extern void txfGetStringMetrics(TexFont * txf,
72 extern void txfRenderGlyph(TexFont * txf, int c);
74 extern void txfRenderString(TexFont * txf, char *string, int len);
76 extern void txfRenderFancyString(TexFont * txf, char *string, int len);
H A Dfont.cpp28 txf = txfLoadFont("default.txf"); in initfontengine()
29 if (txf == NULL) { in initfontengine()
33 txfEstablishTexture(txf, 0, GL_FALSE); in initfontengine()
34 glyphwidth = txf->tgi->width + txf->tgi->advance; in initfontengine()
35 glyphheight = txf->tgi->height; in initfontengine()
57 txfRenderString(txf, string, (int) strlen(string)); in texprintstring()
/dports/games/scourge/scourge/src/
H A Dtext.cpp166 txf->lut[txf->tgi[i].c - txf->min_glyph] = &txf->tgvi[i]; in txfLoadFont()
175 txf->teximage = new unsigned char[2 * txf->tex_width * txf->tex_height]; in txfLoadFont()
182 txf->teximage = new unsigned char[txf->tex_width * txf->tex_height]; in txfLoadFont()
183 got = fread( txf->teximage, 1, txf->tex_width * txf->tex_height, file ); in txfLoadFont()
508 if ( ( c >= txf->min_glyph ) && ( c < txf->min_glyph + txf->range ) ) { in txfInFont()
509 if ( txf->lut[c - txf->min_glyph] ) { in txfInFont()
525 if ( ( c >= txf->min_glyph ) && ( c < txf->min_glyph + txf->range ) ) { in getTCVI()
526 tgvi = txf->lut[c - txf->min_glyph]; in getTCVI()
532 if ( ( c >= txf->min_glyph ) && ( c < txf->min_glyph + txf->range ) ) { in getTCVI()
538 if ( ( c >= txf->min_glyph ) && ( c < txf->min_glyph + txf->range ) ) { in getTCVI()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/fonts/
H A DMakefile.in366 pkgdata_DATA = $(wildcard *.txf)
601txf sansbold20_zh_TW.txf sans12_zh_TW.txf cleanbold16.txf sansbold20.txf sans12_ru.txf sansbold20_…
/dports/astro/celestia/celestia-1.6.1/fonts/
H A DMakefile.in366 pkgdata_DATA = $(wildcard *.txf)
601txf sansbold20_zh_TW.txf sans12_zh_TW.txf cleanbold16.txf sansbold20.txf sans12_ru.txf sansbold20_…
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
45 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
46 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
47 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
119 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
122 nir_builder_instr_insert(b, &txf->instr); in vc4_nir_lower_txf_ms_instr()
[all …]
/dports/textproc/exempi/exempi-2.5.2/exempi/
H A Dexempi.cpp310 auto txf = reinterpret_cast<SXMPFiles *>(xf); in xmp_files_open() local
327 txf->CloseFile(options); in xmp_files_close()
341 auto txf = reinterpret_cast<SXMPFiles *>(xf); in xmp_files_get_new_xmp() local
346 result = txf->GetXMP(xmp.get()); in xmp_files_get_new_xmp()
387 result = txf->GetXMP(NULL, in xmp_files_get_xmp_xmpstring()
412 auto txf = reinterpret_cast<SXMPFiles *>(xf); in xmp_files_can_put_xmp() local
452 result = txf->CanPutXMP(xmp_packet, len); in xmp_files_can_put_xmp_cstr()
467 auto txf = reinterpret_cast<SXMPFiles *>(xf); in xmp_files_put_xmp() local
506 txf->PutXMP(xmp_packet, len); in xmp_files_put_xmp_cstr()
525 auto txf = reinterpret_cast<SXMPFiles *>(xf); in xmp_files_get_file_info() local
[all …]
/dports/games/crrcsim/crrcsim-0.9.13/textures/
H A DMakefile.am16 Helvetica.txf Helvetica_iso8859-15.txf \
17 Sans_iso8859-15.txf Sans_iso8859-2.txf Sans_iso8859-5.txf \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]
/dports/lang/clover/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c255 nir_tex_instr *txf; in create_txf_from_tex() local
266 txf->op = nir_texop_txf; in create_txf_from_tex()
268 txf->sampler_dim = tex->sampler_dim; in create_txf_from_tex()
269 txf->is_array = tex->is_array; in create_txf_from_tex()
270 txf->is_shadow = tex->is_shadow; in create_txf_from_tex()
272 txf->texture_index = tex->texture_index; in create_txf_from_tex()
273 txf->sampler_index = tex->sampler_index; in create_txf_from_tex()
274 txf->dest_type = tex->dest_type; in create_txf_from_tex()
287 nir_ssa_dest_init(&txf->instr, &txf->dest, in create_txf_from_tex()
289 nir_builder_instr_insert(b, &txf->instr); in create_txf_from_tex()
[all …]

12345678910>>...17