Searched refs:txf (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_txf_ms.c | 44 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 …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 255 nir_tex_instr *txf; in create_txf_from_tex() local 265 txf = nir_tex_instr_create(b->shader, num_srcs); in create_txf_from_tex() 266 txf->op = nir_texop_txf; in create_txf_from_tex() 267 txf->coord_components = tex->coord_components; 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() 271 txf->is_new_style_shadow = tex->is_new_style_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() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.6.rst | 78 - i965/nir: Enable NIR lowering of txf and rect offsets
|
D | 11.0.8.rst | 103 - gk104/ir: sampler doesn't matter for txf
|
D | 21.0.0.rst | 2496 - zink: use Offset param for txf ops 2513 - zink: handle non-const offsets for txf/tg4 ops
|
D | 20.0.0.rst | 821 - nir/samplers: don't zero samplers_used/txf. 1242 - zink: implement txf
|
D | 21.3.0.rst | 1587 - dxil: Set coord_components on the txf in lower_int_sampler
|
D | 20.3.0.rst | 4398 - ac/nir: handle non-const offset with txf/txf_ms
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
D | llvmpipe-glslparser.txt | 83 asmparsertest/arbvp1.0/txf-08.txt: skip 84 asmparsertest/arbvp1.0/txf-09.txt: skip 85 asmparsertest/arbvp1.0/txf-10.txt: skip 86 asmparsertest/arbvp1.0/txf-11.txt: skip 87 asmparsertest/arbvp1.0/txf-12.txt: skip 88 asmparsertest/arbvp1.0/txf-13.txt: skip 89 asmparsertest/arbvp1.0/txf-14.txt: skip 90 asmparsertest/arbvp1.0/txf-15.txt: skip 91 asmparsertest/arbvp1.0/txf-16.txt: skip 92 asmparsertest/arbvp1.0/txf-17.txt: skip [all …]
|
/third_party/python/Lib/test/ |
D | mime.types | 534 application/vnd.Mobius.TXF txf
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 6072 "llvm.r600.txf", 16205 1, // llvm.r600.txf
|