Searched refs:sampler_handle (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_image.c | 555 VkSampler sampler_handle = vn_sampler_to_handle(sampler); in vn_CreateSampler() local 557 &sampler_handle); in vn_CreateSampler() 559 *pSampler = sampler_handle; in vn_CreateSampler()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard.h | 982 unsigned sampler_handle : 16; member
|
D | disassemble.c | 1782 print_texture_reg_select(fp, texture->sampler_handle, in_reg_base); in print_texture_word() 1787 fprintf(fp, "%u", texture->sampler_handle); in print_texture_word() 1788 update_stats(&ctx->midg_stats.sampler_count, texture->sampler_handle); in print_texture_word()
|
D | midgard_compile.c | 2357 .sampler_handle = sampler_index, in emit_texop_native()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 5180 const fs_reg &sampler_handle, in lower_sampler_logical_send_gfx7() argument 5195 assert((sampler.file == BAD_FILE) != (sampler_handle.file == BAD_FILE)); in lower_sampler_logical_send_gfx7() 5200 sampler_handle.file != BAD_FILE || in lower_sampler_logical_send_gfx7() 5240 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gfx7() 5253 ubld1.MOV(component(header, 3), sampler_handle); in lower_sampler_logical_send_gfx7() 5475 (sampler.file == IMM || sampler_handle.file != BAD_FILE)) { in lower_sampler_logical_send_gfx7() 5497 if (sampler_handle.file != BAD_FILE || sampler.file == IMM) { in lower_sampler_logical_send_gfx7() 5524 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gfx7() 5574 const fs_reg &sampler_handle = inst->src[TEX_LOGICAL_SRC_SAMPLER_HANDLE]; in lower_sampler_logical_send() local 5586 surface_handle, sampler_handle, in lower_sampler_logical_send()
|