Home
last modified time | relevance | path

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

/external/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 …]
/external/deqp/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()
4388 const char* type32; in addGraphics16BitStorageInputOutputInt32To16Group() member
4412 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4420 fragments["input_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4525 const char* type32; in addGraphics16BitStorageInputOutputInt16To32Group() member
4549 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1383 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
1410 type32 = type; in fs_twiddle_transpose()
1411 type32.length /= 4; in fs_twiddle_transpose()
1412 type32.width *= 4; in fs_twiddle_transpose()
1413 type32_t = lp_build_vec_type(gallivm, type32); in fs_twiddle_transpose()