Searched refs:sampler_handle (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard.h | 783 unsigned sampler_handle : 16; member
|
D | disassemble.c | 1474 print_texture_reg_select(fp, texture->sampler_handle, in_reg_base); in print_texture_word() 1479 fprintf(fp, "%u", texture->sampler_handle); in print_texture_word() 1480 update_stats(&midg_stats.sampler_count, texture->sampler_handle); in print_texture_word()
|
D | midgard_compile.c | 1938 .sampler_handle = sampler_index, in emit_texop_native()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 4943 const fs_reg &sampler_handle, in lower_sampler_logical_send_gen7() argument 4958 assert((sampler.file == BAD_FILE) != (sampler_handle.file == BAD_FILE)); in lower_sampler_logical_send_gen7() 4963 sampler_handle.file != BAD_FILE || in lower_sampler_logical_send_gen7() 5003 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gen7() 5016 ubld1.MOV(component(header, 3), sampler_handle); in lower_sampler_logical_send_gen7() 5238 (sampler.file == IMM || sampler_handle.file != BAD_FILE)) { in lower_sampler_logical_send_gen7() 5260 if (sampler_handle.file != BAD_FILE || sampler.file == IMM) { in lower_sampler_logical_send_gen7() 5287 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gen7() 5335 const fs_reg &sampler_handle = inst->src[TEX_LOGICAL_SRC_SAMPLER_HANDLE]; in lower_sampler_logical_send() local 5347 surface_handle, sampler_handle, in lower_sampler_logical_send()
|