Searched refs:lod2 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_lower_logical_sends.cpp | 470 const fs_reg &lod, const fs_reg &lod2, in lower_sampler_logical_send_gfx4() argument 531 bld.MOV(offset(msg_end, bld, i), offset(lod2, bld, i)); in lower_sampler_logical_send_gfx4() 577 const fs_reg &lod, const fs_reg &lod2, in lower_sampler_logical_send_gfx5() argument 631 bld.MOV(msg_end, offset(lod2, bld, i)); in lower_sampler_logical_send_gfx5() 786 fs_reg lod, const fs_reg &lod2, in lower_sampler_logical_send_gfx7() argument 942 bld.MOV(sources[length++], offset(lod2, bld, i)); in lower_sampler_logical_send_gfx7() 1249 const fs_reg &lod2 = inst->src[TEX_LOGICAL_SRC_LOD2]; in lower_sampler_logical_send() local 1271 shadow_c, lod, lod2, min_lod, in lower_sampler_logical_send() 1280 shadow_c, lod, lod2, sample_index, in lower_sampler_logical_send() 1285 shadow_c, lod, lod2, in lower_sampler_logical_send()
|
D | brw_vec4_nir.cpp | 1967 src_reg lod, lod2; in nir_emit_texture() local 2013 lod2 = get_nir_src(instr->src[i].src, BRW_REGISTER_TYPE_F, in nir_emit_texture() 2227 lod2.swizzle = BRW_SWIZZLE4(SWIZZLE_X,SWIZZLE_X,SWIZZLE_Y,SWIZZLE_Y); in nir_emit_texture() 2229 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_YW), lod2)); in nir_emit_texture() 2235 lod2.swizzle = BRW_SWIZZLE_ZZZZ; in nir_emit_texture() 2237 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_Y), lod2)); in nir_emit_texture() 2248 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_XYZ), lod2)); in nir_emit_texture()
|