Home
last modified time | relevance | path

Searched refs:sampler_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_image.c555 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/
Dmidgard.h982 unsigned sampler_handle : 16; member
Ddisassemble.c1782 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()
Dmidgard_compile.c2357 .sampler_handle = sampler_index, in emit_texop_native()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp5180 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()