Searched defs:offset_is_uniform (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 1321 bool offset_is_uniform = nir_src_is_dynamically_uniform(instr->src[1]); local in function:visit_load_ubo 1334 bool offset_is_uniform = nir_src_is_dynamically_uniform(instr->src[0]); local in function:visit_load_push_constant 1635 bool offset_is_uniform = nir_src_is_dynamically_uniform(instr->src[0]); local in function:visit_load_kernel_input
|
| H A D | lp_bld_nir_soa.c | 722 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]) argument 980 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]) argument
|
Completed in 10 milliseconds