| /xsrc/external/mit/xterm/dist/ |
| H A D | html.c | 141 int attr_index = 0; local in function:dumpHtmlLine 142 char *attr = &attrs[attr_index][0]; 234 attr = &attrs[attr_index ^= 1][0]; 239 attr = &attrs[attr_index ^= 1][0];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 695 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_gs_llvm_fetch_input 706 Value *attr_chan_index = attr_index; 712 attr_chan_index = VEXTRACT(attr_index, C(i)); 730 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); 998 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_tcs_llvm_fetch_input 1016 Value *attr_chan_index = attr_index; 1022 attr_chan_index = VEXTRACT(attr_index, C(i)); 1037 lp_build_print_value(gallivm, "[TCS IN][VTX] attr_chan_index: ", wrap(attr_index)); 1045 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); 1055 lp_build_print_value(gallivm, "[TCS IN][VTX] attr_chan_index: ", wrap(attr_index)); 1080 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_tcs_llvm_fetch_output 1183 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_tcs_llvm_store_output 1353 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_tes_llvm_fetch_patch_input 1424 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_tes_llvm_fetch_vtx_input [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_ps.c | 116 static LLVMValueRef si_build_fs_interp(struct si_shader_context *ctx, unsigned attr_index, argument 122 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask, i, j); 126 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 345 Value *attr_index = unwrap(attrib_index); local in function:BuilderSWR::swr_gs_llvm_fetch_input 356 Value *attr_chan_index = attr_index; 362 attr_chan_index = VEXTRACT(attr_index, C(i)); 380 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index}));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 881 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local in function:store_aos_array 934 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1253 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local in function:store_aos_array 1306 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1746 unsigned attr_index, unsigned chan, 1753 LLVMConstInt(ctx->i32, attr_index, 0), 1759 LLVMConstInt(ctx->i32, attr_index, 0), 1745 si_build_fs_interp(struct si_shader_context * ctx,unsigned attr_index,unsigned chan,LLVMValueRef prim_mask,LLVMValueRef i,LLVMValueRef j) argument
|