Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_shader_abi.h74 LLVMValueRef (*load_ubo)(struct ac_shader_abi *abi, LLVMValueRef index); member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c92 static LLVMValueRef load_ubo(struct ac_shader_abi *abi, LLVMValueRef index) in load_ubo() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h78 void (*load_ubo)(struct lp_build_nir_context *bld_base, member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp1195 bool Shader::load_ubo(nir_intrinsic_instr *instr) in load_ubo() function in r600::Shader
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c495 nir_intrinsic_instr *load_ubo = in crocus_setup_uniforms() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2513 load_ubo(struct ntd_context *ctx, const struct dxil_value *handle, in load_ubo() function