HomeSort by: relevance | last modified time | path
    Searched refs:attr_index (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
html.c 141 int attr_index = 0; local
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/
swr_shader.cpp 695 Value *attr_index = unwrap(attrib_index); local
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
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
1183 Value *attr_index = unwrap(attrib_index); local
1353 Value *attr_index = unwrap(attrib_index); local
1424 Value *attr_index = unwrap(attrib_index); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_ps.c 116 static LLVMValueRef si_build_fs_interp(struct si_shader_context *ctx, unsigned attr_index,
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/
swr_shader.cpp 345 Value *attr_index = unwrap(attrib_index); local
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/
draw_llvm.c 881 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
934 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1253 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
1306 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader.c 1746 unsigned attr_index, unsigned chan,
1753 LLVMConstInt(ctx->i32, attr_index, 0),
1759 LLVMConstInt(ctx->i32, attr_index, 0),

Completed in 21 milliseconds