| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_image.c | 559 VkSampler sampler_handle = vn_sampler_to_handle(sampler); local 561 &sampler_handle); 563 *pSampler = sampler_handle;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| midgard.h | 491 unsigned sampler_handle : 16; member in struct:__anon3919
|
| disassemble.c | 1008 printf("sampler%d", texture->sampler_handle);
|
| midgard_compile.c | 1902 .sampler_handle = sampler_index,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| disassemble.c | 1782 print_texture_reg_select(fp, texture->sampler_handle, in_reg_base); 1787 fprintf(fp, "%u", texture->sampler_handle); 1788 update_stats(&ctx->midg_stats.sampler_count, texture->sampler_handle);
|
| midgard.h | 888 /* Are sampler_handle/texture_handler respectively set by registers? If 982 unsigned sampler_handle : 16; member in struct:__anon2843
|
| midgard_compile.c | 2357 .sampler_handle = sampler_index,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_fs.cpp | 4717 const fs_reg &sampler_handle, 4730 /* We must have exactly one of surface/sampler and surface/sampler_handle */ 4732 assert((sampler.file == BAD_FILE) != (sampler_handle.file == BAD_FILE)); 4737 sampler_handle.file != BAD_FILE || 4777 if (sampler_handle.file != BAD_FILE) { 4790 ubld1.MOV(component(header, 3), sampler_handle); 4995 (sampler.file == IMM || sampler_handle.file != BAD_FILE)) { 5017 if (sampler_handle.file != BAD_FILE || sampler.file == IMM) { 5044 if (sampler_handle.file != BAD_FILE) { 5092 const fs_reg &sampler_handle = inst->src[TEX_LOGICAL_SRC_SAMPLER_HANDLE] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_fs.cpp | 5183 const fs_reg &sampler_handle, 5196 /* We must have exactly one of surface/sampler and surface/sampler_handle */ 5198 assert((sampler.file == BAD_FILE) != (sampler_handle.file == BAD_FILE)); 5203 sampler_handle.file != BAD_FILE || 5243 if (sampler_handle.file != BAD_FILE) { 5256 ubld1.MOV(component(header, 3), sampler_handle); 5478 (sampler.file == IMM || sampler_handle.file != BAD_FILE)) { 5500 if (sampler_handle.file != BAD_FILE || sampler.file == IMM) { 5527 if (sampler_handle.file != BAD_FILE) { 5577 const fs_reg &sampler_handle = inst->src[TEX_LOGICAL_SRC_SAMPLER_HANDLE] [all...] |