| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | mesher.cc | 60 vdata = 0; 69 if( vdata ) delete[] vdata; 78 if( vdata ) delete[] vdata; 79 vdata = new GridTrimVertex_p[stacksize]; 87 vdata[++itop] = gt; 228 REAL area = det3( vdata[ilast]->t, vdata[itop-1]->t, vdata[ito [all...] |
| H A D | mesher.h | 60 GridTrimVertex ** vdata; member in class:Mesher
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_layout.c | 31 static bool _findMonitorByXY(const RArea *cur, void *vdata); 32 static bool _findMonitorBottomEdge(const RArea *cur, void *vdata); 33 static bool _findMonitorTopEdge(const RArea *cur, void *vdata); 34 static bool _findMonitorLeftEdge(const RArea *cur, void *vdata); 35 static bool _findMonitorRightEdge(const RArea *cur, void *vdata); 527 _findMonitorByXY(const RArea *cur, void *vdata) argument 529 struct monitor_finder_xy *data = (struct monitor_finder_xy *)vdata; 618 _findMonitorBottomEdge(const RArea *cur, void *vdata) argument 620 struct monitor_edge_finder *data = (struct monitor_edge_finder *)vdata; 657 _findMonitorTopEdge(const RArea *cur, void *vdata) argument 696 _findMonitorLeftEdge(const RArea * cur,void * vdata) argument 736 _findMonitorRightEdge(const RArea * cur,void * vdata) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_pwr8.h | 269 vec_store_si128 (uint32_t* dest, __m128i vdata) argument 271 vec_st ((vector unsigned int) vdata, 0, dest);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_pwr8.h | 269 vec_store_si128 (uint32_t* dest, __m128i vdata) argument 271 vec_st ((vector unsigned int) vdata, 0, dest);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 266 LLVMValueRef vdata, 363 LLVMValueRef vdata, 372 LLVMValueRef vdata, 381 LLVMValueRef vdata, 396 LLVMValueRef vdata,
|
| H A D | ac_llvm_build.c | 1212 * The type of vdata must be one of i32 (num_channels=1), v2i32 (num_channels=2), 1218 LLVMValueRef vdata, 1234 v[i] = LLVMBuildExtractElement(ctx->builder, vdata, 1262 ac_to_float(ctx, vdata), 1275 ac_to_float(ctx, vdata), 1293 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, 1679 LLVMValueRef vdata, 1693 args[idx++] = vdata; 1718 LLVMValueRef vdata, 1736 ac_build_llvm8_tbuffer_store(ctx, rsrc, vdata, vinde 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 1677 ac_build_llvm8_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory,bool structurized) argument 1716 ac_build_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory,bool structurized) argument 1766 ac_build_struct_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory) argument 1786 ac_build_raw_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory) argument 1805 ac_build_tbuffer_store_short(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,bool glc,bool writeonly_memory) argument 1835 ac_build_tbuffer_store_byte(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,bool glc,bool writeonly_memory) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 256 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, 301 LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, 304 void ac_build_tbuffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, 308 LLVMValueRef vdata, LLVMValueRef vindex, LLVMValueRef voffset, 313 void ac_build_raw_tbuffer_store(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata,
|
| H A D | ac_llvm_build.c | 1154 * The type of vdata must be one of i32 (num_channels=1), v2i32 (num_channels=2), 1157 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, argument 1166 v[i] = LLVMBuildExtractElement(ctx->builder, vdata, LLVMConstInt(ctx->i32, i, 0), ""); 1186 ac_build_buffer_store_common(ctx, rsrc, ac_to_float(ctx, vdata), ctx->i32_0, voffset, offset, 1198 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, immoffset, num_channels, dfmt, 1677 LLVMValueRef vdata, LLVMValueRef vindex, LLVMValueRef voffset, 1686 args[idx++] = vdata; 1708 LLVMValueRef vdata, LLVMValueRef vindex, LLVMValueRef voffset, 1713 ac_build_tbuffer_store(ctx, rsrc, vdata, vindex, voffset, soffset, immoffset, num_channels, dfmt, 1717 void ac_build_raw_tbuffer_store(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, argument 1676 ac_build_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,unsigned cache_policy,bool structurized) argument 1707 ac_build_struct_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,unsigned cache_policy) argument 1726 ac_build_tbuffer_store_short(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,unsigned cache_policy) argument 1736 ac_build_tbuffer_store_byte(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,unsigned cache_policy) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 293 LLVMValueRef vdata = NULL; local in function:si_llvm_streamout_store_output 297 vdata = out[0]; 302 vdata = ac_build_gather_values(&ctx->ac, out, num_comps); 309 vdata = ac_build_gather_values(&ctx->ac, out, util_next_power_of_two(num_comps)); 313 ac_build_buffer_store_dword(&ctx->ac, so_buffers[buf_idx], vdata, num_comps,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1086 LLVMValueRef vdata = NULL; local in function:radv_emit_stream_output 1090 vdata = out[0]; 1097 vdata = ac_build_gather_values(&ctx->ac, out, 1104 ac_build_buffer_store_dword(&ctx->ac, so_buffers[buf], vdata, num_comps, so_write_offsets[buf],
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 2757 LLVMValueRef vdata = NULL; local in function:radv_emit_stream_output 2761 vdata = out[0]; 2768 vdata = ac_build_gather_values(&ctx->ac, out, 2774 vdata, num_comps, so_write_offsets[buf],
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 4553 emit_single_mubuf_store(isel_context* ctx, Temp descriptor, Temp voffset, Temp soffset, Temp vdata, argument 4557 assert(vdata.id()); 4558 assert(vdata.size() != 3 || ctx->program->chip_class != GFX6); 4559 assert(vdata.size() >= 1 && vdata.size() <= 4); 4562 aco_opcode op = get_buffer_store_op(vdata.bytes()); 4568 bld.mubuf(op, Operand(descriptor), voffset_op, soffset_op, Operand(vdata), const_offset, 5946 std::vector<Temp> coords, unsigned wqm_mask = 0, Operand vdata = Operand(v1)) 5994 mimg->operands[2] = vdata; 6189 Operand vdata local in function:aco::__anon562fcc110110::visit_image_load 9623 Operand vdata = instr->is_sparse ? emit_tfe_init(bld, tmp_dst) : Operand(v1); local in function:aco::__anon562fcc110110::visit_tex 9775 Operand vdata = instr->is_sparse ? emit_tfe_init(bld, tmp_dst) : Operand(v1); local in function:aco::__anon562fcc110110::visit_tex [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 2709 LLVMValueRef vdata = NULL; local in function:emit_streamout_output 2713 vdata = out[0]; 2720 vdata = ac_build_gather_values(&ctx->ac, out, util_next_power_of_two(num_comps)); 2725 vdata, num_comps,
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-vmx.c | 270 save_128_aligned (uint32_t *data, vector unsigned char vdata) argument
|