| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_image.c | 559 VkSampler sampler_handle = vn_sampler_to_handle(sampler); local in function:vn_CreateSampler 561 &sampler_handle); 563 *pSampler = sampler_handle;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard.h | 491 unsigned sampler_handle : 16; member in struct:__anon43e15d221808
|
| H A D | disassemble.c | 1008 printf("sampler%d", texture->sampler_handle);
|
| H A D | midgard_compile.c | 1902 .sampler_handle = sampler_index,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | 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);
|
| H A D | midgard.h | 888 /* Are sampler_handle/texture_handler respectively set by registers? If 982 unsigned sampler_handle : 16; member in struct:__anon60a087ed1f08
|
| H A D | midgard_compile.c | 2357 .sampler_handle = sampler_index,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | 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 local in function:lower_sampler_logical_send 4707 lower_sampler_logical_send_gen7(const fs_builder & bld,fs_inst * inst,opcode op,const fs_reg & coordinate,const fs_reg & shadow_c,fs_reg lod,const fs_reg & lod2,const fs_reg & min_lod,const fs_reg & sample_index,const fs_reg & mcs,const fs_reg & surface,const fs_reg & sampler,const fs_reg & surface_handle,const fs_reg & sampler_handle,const fs_reg & tg4_offset,unsigned coord_components,unsigned grad_components) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | 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 local in function:lower_sampler_logical_send 5173 lower_sampler_logical_send_gfx7(const fs_builder & bld,fs_inst * inst,opcode op,const fs_reg & coordinate,const fs_reg & shadow_c,fs_reg lod,const fs_reg & lod2,const fs_reg & min_lod,const fs_reg & sample_index,const fs_reg & mcs,const fs_reg & surface,const fs_reg & sampler,const fs_reg & surface_handle,const fs_reg & sampler_handle,const fs_reg & tg4_offset,unsigned coord_components,unsigned grad_components) argument [all...] |