Home
last modified time | relevance | path

Searched defs:non_uniform (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c109 …LLVMValueRef load_ssbo(struct ac_shader_abi *abi, LLVMValueRef index, bool write, bool non_uniform) in load_ssbo()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c256 bool non_uniform = nir_intrinsic_has_access(intrin) && in pin_intrinsic() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c399 get_desc_ptr(struct radv_shader_context *ctx, LLVMValueRef ptr, bool non_uniform) in get_desc_ptr()
418 radv_load_ssbo(struct ac_shader_abi *abi, LLVMValueRef buffer_ptr, bool write, bool non_uniform) in radv_load_ssbo()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1722 bool non_uniform = nir_intrinsic_access(instr) & ACCESS_NON_UNIFORM; in visit_get_ssbo_size() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp783 convert_pointer_to_64_bit(isel_context* ctx, Temp ptr, bool non_uniform = false) in convert_pointer_to_64_bit()
6689 bool non_uniform = dst.type() == RegType::vgpr; in visit_get_ssbo_size() local