Searched refs:inst_offset (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c34 unsigned inst_offset; member in struct:nvfx_fpc
93 uint32_t *hw = &fp->insn[fpc->inst_offset];
111 hw = &fp->insn[fpc->inst_offset];
115 memcpy(&fp->insn[fpc->inst_offset + 4],
124 hw = &fp->insn[fpc->inst_offset];
134 fpd->offset = fpc->inst_offset + 4;
166 uint32_t *hw = &fp->insn[fpc->inst_offset];
197 fpc->inst_offset = fp->insn_len;
200 hw = &fp->insn[fpc->inst_offset];
249 fpc->inst_offset
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c34 unsigned inst_offset; member in struct:nvfx_fpc
93 uint32_t *hw = &fp->insn[fpc->inst_offset];
111 hw = &fp->insn[fpc->inst_offset];
115 memcpy(&fp->insn[fpc->inst_offset + 4],
124 hw = &fp->insn[fpc->inst_offset];
134 fpd->offset = fpc->inst_offset + 4;
166 uint32_t *hw = &fp->insn[fpc->inst_offset];
197 fpc->inst_offset = fp->insn_len;
200 hw = &fp->insn[fpc->inst_offset];
249 fpc->inst_offset
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h270 unsigned inst_offset,
293 unsigned inst_offset,
H A Dac_llvm_build.c1222 unsigned inst_offset,
1240 soffset, inst_offset, glc, slc,
1243 soffset, inst_offset + 8,
1256 if (inst_offset)
1258 LLVMConstInt(ctx->i32, inst_offset, 0), "");
1291 LLVMValueRef immoffset = LLVMConstInt(ctx->i32, inst_offset, 0);
1383 unsigned inst_offset,
1389 LLVMValueRef offset = LLVMConstInt(ctx->i32, inst_offset, 0);
1216 ac_build_buffer_store_dword(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,unsigned num_channels,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,bool glc,bool slc,bool writeonly_memory,bool swizzle_enable_hint) argument
1377 ac_build_buffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,int num_channels,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,unsigned glc,unsigned slc,bool can_speculate,bool allow_smem) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h258 unsigned inst_offset, unsigned cache_policy);
265 unsigned inst_offset, LLVMTypeRef channel_type,
H A Dac_llvm_build.c1159 unsigned inst_offset, unsigned cache_policy)
1170 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset, soffset, inst_offset, cache_policy);
1171 ac_build_buffer_store_dword(ctx, rsrc, v[2], 1, voffset, soffset, inst_offset + 8,
1183 if (inst_offset)
1184 offset = LLVMBuildAdd(ctx->builder, offset, LLVMConstInt(ctx->i32, inst_offset, 0), "");
1196 LLVMValueRef immoffset = LLVMConstInt(ctx->i32, inst_offset, 0);
1241 unsigned inst_offset, LLVMTypeRef channel_type,
1244 LLVMValueRef offset = LLVMConstInt(ctx->i32, inst_offset, 0);
1157 ac_build_buffer_store_dword(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,unsigned num_channels,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,unsigned cache_policy) argument
1239 ac_build_buffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,int num_channels,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,LLVMTypeRef channel_type,unsigned cache_policy,bool can_speculate,bool allow_smem) argument

Completed in 18 milliseconds