Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2685 const char* type32; in addGraphics8BitStorageUniformInt32To8Group() member
2860 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt32To8Group()
2861 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt32To8Group()
2897 const char* type32; in addGraphics8BitStorageUniformInt8To32Group() member
3075 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt8To32Group()
3076 specs["v2itype32"] = "%v2" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt8To32Group()
4514 const char* type32; in addGraphics8BitStorageUniformStruct8To32Group() member
4539 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct8To32Group()
4784 const char* type32; in addGraphics8BitStorageUniformStruct32To8Group() member
4809 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct32To8Group()
DvktSpvAsm16bitStorageTests.cpp2014 const char* type32; in addGraphics16BitStorageUniformInt32To16Group() member
2161 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2162 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
2203 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2204 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
4389 const char* type32; in addGraphics16BitStorageInputOutputInt32To16Group() member
4412 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4419 fragments["input_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
4529 const char* type32; in addGraphics16BitStorageInputOutputInt16To32Group() member
4552 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c809 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
836 type32 = type; in fs_twiddle_transpose()
837 type32.length /= 4; in fs_twiddle_transpose()
838 type32.width *= 4; in fs_twiddle_transpose()
839 type32_t = lp_build_vec_type(gallivm, type32); in fs_twiddle_transpose()