Home
last modified time | relevance | path

Searched refs:type32 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c233 LLVMTypeRef type32 = LLVMInt32TypeInContext(gallivm->context); in lp_build_gather_s3tc() local
265 *alpha_lo = LLVMGetUndef(type32); in lp_build_gather_s3tc()
266 *alpha_hi = LLVMGetUndef(type32); in lp_build_gather_s3tc()
298 LLVMTypeRef type32_vec = LLVMVectorType(type32, length); in lp_build_gather_s3tc()
847 struct lp_type type32, type16, type8; in lp_build_lerpdxta() local
850 memset(&type32, 0, sizeof type32); in lp_build_lerpdxta()
851 type32.width = 32; in lp_build_lerpdxta()
852 type32.length = n; in lp_build_lerpdxta()
888 ainterp = LLVMBuildBitCast(builder, ainterp, lp_build_vec_type(gallivm, type32), ""); in lp_build_lerpdxta()
1098 LLVMTypeRef type32 = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_s3tc_simple_scalar() local
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h472 brw_reg_type type32 = brw_reg_type_from_bit_size(32, tmp.type); in emit_scan_step() local
473 dst_reg right_high = subscript(right, type32, 1); in emit_scan_step()
474 dst_reg left_high = subscript(left, type32, 1); in emit_scan_step()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2688 const char* type32; in addGraphics8BitStorageUniformInt32To8Group() member
2864 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt32To8Group()
2865 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt32To8Group()
2905 const char* type32; in addGraphics8BitStorageUniformInt8To32Group() member
3084 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt8To32Group()
3085 specs["v2itype32"] = "%v2" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt8To32Group()
4546 const char* type32; in addGraphics8BitStorageUniformStruct8To32Group() member
4572 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct8To32Group()
4821 const char* type32; in addGraphics8BitStorageUniformStruct32To8Group() member
4847 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct32To8Group()
DvktSpvAsm16bitStorageTests.cpp2015 const char* type32; in addGraphics16BitStorageUniformInt32To16Group() member
2162 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2163 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
2211 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2212 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
4387 const char* type32; in addGraphics16BitStorageInputOutputInt32To16Group() member
4411 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4419 fragments["input_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4524 const char* type32; in addGraphics16BitStorageInputOutputInt16To32Group() member
4548 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1439 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
1466 type32 = type; in fs_twiddle_transpose()
1467 type32.length /= 4; in fs_twiddle_transpose()
1468 type32.width *= 4; in fs_twiddle_transpose()
1469 type32_t = lp_build_vec_type(gallivm, type32); in fs_twiddle_transpose()
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c919 { &float32_ctype, T_FLOAT(-1, type32) },