Searched refs:sampler_handle (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_image.c559 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 Dmidgard.h491 unsigned sampler_handle : 16; member in struct:__anon43e15d221808
H A Ddisassemble.c1008 printf("sampler%d", texture->sampler_handle);
H A Dmidgard_compile.c1902 .sampler_handle = sampler_index,
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Ddisassemble.c1782 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 Dmidgard.h888 /* Are sampler_handle/texture_handler respectively set by registers? If
982 unsigned sampler_handle : 16; member in struct:__anon60a087ed1f08
H A Dmidgard_compile.c2357 .sampler_handle = sampler_index,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp4717 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 Dbrw_fs.cpp5183 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...]

Completed in 33 milliseconds