Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp994 const char* type32; in addGraphics16BitStorageUniformInt32To16Group() member
1153 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2069 const char* type32; in addGraphics16BitStorageInputOutputInt32To16Group() member
2092 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
2099 fragments["input_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()
2209 const char* type32; in addGraphics16BitStorageInputOutputInt16To32Group() member
2232 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()
2240 fragments["output_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()
2707 const char* type32; in addGraphics16BitStorageUniformInt16To32Group() member
2864 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt16To32Group()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c788 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
815 type32 = type; in fs_twiddle_transpose()
816 type32.length /= 4; in fs_twiddle_transpose()
817 type32.width *= 4; in fs_twiddle_transpose()
818 type32_t = lp_build_vec_type(gallivm, type32); in fs_twiddle_transpose()