Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_ps.c | 114 static LLVMValueRef si_build_fs_interp(struct si_shader_context *ctx, unsigned attr_index, in si_build_fs_interp() argument 120 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask, i, j); in si_build_fs_interp() 124 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask); in si_build_fs_interp()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1238 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); in store_aos_array() local 1291 store_aos(gallivm, io_type, io_ptrs[i], attr_index, aos[i]); in store_aos_array()
|