Home
last modified time | relevance | path

Searched defs:has_sampler (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp418 …bool has_sampler = instr->format == Format::MIMG && !instr->operands[1].isUndefined() && instr->op… in check_instr() local
702 bool has_sampler=false) in insert_wait_entry()
736 void insert_wait_entry(wait_ctx& ctx, Operand op, wait_event event, bool has_sampler=false) in insert_wait_entry()
742 void insert_wait_entry(wait_ctx& ctx, Definition def, wait_event event, bool has_sampler=false) in insert_wait_entry()
821 …bool has_sampler = instr->format == Format::MIMG && !instr->operands[1].isUndefined() && instr->op… in gen() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c785 bool has_sampler) in write_combined_image_sampler_descriptor()
Dtu_private.h616 uint16_t has_sampler; member
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1025 bool has_sampler) in write_combined_image_sampler_descriptor()
Dradv_private.h958 uint8_t has_sampler; member
/external/mesa3d/src/panfrost/lib/
Ddecode.c834 bool has_sampler = (stats.sampler_count > 0); in pandecode_blend_shader_disassemble() local