Searched refs:sampler_handle (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 653 VkSampler sampler_handle = vn_sampler_to_handle(sampler); in vn_CreateSampler() local 655 &sampler_handle); in vn_CreateSampler() 657 *pSampler = sampler_handle; in vn_CreateSampler()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_lower_logical_sends.cpp | 793 const fs_reg &sampler_handle, in lower_sampler_logical_send_gfx7() 812 /* We must have exactly one of surface/sampler and surface/sampler_handle */ in lower_sampler_logical_send_gfx7() 814 assert((sampler.file == BAD_FILE) != (sampler_handle.file == BAD_FILE)); in lower_sampler_logical_send_gfx7() 819 sampler_handle.file != BAD_FILE || in lower_sampler_logical_send_gfx7() 859 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gfx7() 872 ubld1.MOV(component(header, 3), sampler_handle); in lower_sampler_logical_send_gfx7() local 1105 (sampler.file == IMM || sampler_handle.file != BAD_FILE)) { in lower_sampler_logical_send_gfx7() 1126 if (sampler_handle.file != BAD_FILE || sampler.file == IMM) { in lower_sampler_logical_send_gfx7() 1153 if (sampler_handle.file != BAD_FILE) { in lower_sampler_logical_send_gfx7() 1256 const fs_reg &sampler_handle in lower_sampler_logical_send() local 783 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 payload_type_bit_size, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx7() argument [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 892 /* Are sampler_handle/texture_handler respectively set by registers? If 986 unsigned sampler_handle : 16; member
|
H A D | disassemble.c | 1777 print_texture_reg_select(fp, texture->sampler_handle, in_reg_base); in print_texture_word() 1782 fprintf(fp, "%u", texture->sampler_handle); in print_texture_word() 1783 update_stats(&ctx->midg_stats.sampler_count, texture->sampler_handle); in print_texture_word()
|
H A D | midgard_compile.c | 2445 .sampler_handle = sampler_index, in emit_texop_native()
|
Completed in 14 milliseconds