Searched defs:offset_is_uniform (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_aos.c | 217 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
|
H A D | lp_bld_nir.c | 1509 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[1]); in visit_load_ubo() local 1525 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[0]); in visit_load_push_constant() local 1813 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[0]); in visit_shared_load() local 1825 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[1]); in visit_shared_store() local 1876 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[0]); in visit_load_kernel_input() local 1890 bool offset_is_uniform = nir_src_is_always_uniform(instr->src[0]); visit_load_global() local [all...] |
H A D | lp_bld_nir_soa.c | 759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument 817 emit_load_global(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned addr_bit_size, bool offset_is_uniform, LLVMValueRef addr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_global() argument 1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
|
Completed in 9 milliseconds