Home
last modified time | relevance | path

Searched refs:lod2 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp834 src_reg lod, src_reg lod2, in emit_texture() argument
962 lod2.swizzle = BRW_SWIZZLE4(SWIZZLE_X,SWIZZLE_X,SWIZZLE_Y,SWIZZLE_Y); in emit_texture()
964 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_YW), lod2)); in emit_texture()
969 lod2.swizzle = BRW_SWIZZLE_ZZZZ; in emit_texture()
971 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_Y), lod2)); in emit_texture()
982 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_XYZ), lod2)); in emit_texture()
Dbrw_vec4.h261 src_reg lod, src_reg lod2,
Dbrw_vec4_nir.cpp1972 src_reg lod, lod2; in nir_emit_texture() local
2021 lod2 = get_nir_src(instr->src[i].src, BRW_REGISTER_TYPE_F, in nir_emit_texture()
2107 lod, lod2, sample_index, in nir_emit_texture()
Dbrw_fs.cpp4663 const fs_reg &lod, const fs_reg &lod2, in lower_sampler_logical_send_gen4() argument
4724 bld.MOV(offset(msg_end, bld, i), offset(lod2, bld, i)); in lower_sampler_logical_send_gen4()
4770 const fs_reg &lod, const fs_reg &lod2, in lower_sampler_logical_send_gen5() argument
4824 bld.MOV(msg_end, offset(lod2, bld, i)); in lower_sampler_logical_send_gen5()
4936 fs_reg lod, const fs_reg &lod2, in lower_sampler_logical_send_gen7() argument
5086 bld.MOV(sources[length++], offset(lod2, bld, i)); in lower_sampler_logical_send_gen7()
5328 const fs_reg &lod2 = inst->src[TEX_LOGICAL_SRC_LOD2]; in lower_sampler_logical_send() local
5344 shadow_c, lod, lod2, min_lod, in lower_sampler_logical_send()
5352 shadow_c, lod, lod2, sample_index, in lower_sampler_logical_send()
5357 shadow_c, lod, lod2, in lower_sampler_logical_send()