Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp995 const char* type16; in addGraphics16BitStorageUniformInt32To16Group() member
1154 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
2070 const char* type16; in addGraphics16BitStorageInputOutputInt32To16Group() member
2093 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
2100 fragments["output_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
2210 const char* type16; in addGraphics16BitStorageInputOutputInt16To32Group() member
2233 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
2239 fragments["input_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
2708 const char* type16; in addGraphics16BitStorageUniformInt16To32Group() member
2865 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt16To32Group()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c788 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
810 type16 = type; in fs_twiddle_transpose()
811 type16.length /= 2; in fs_twiddle_transpose()
812 type16.width *= 2; in fs_twiddle_transpose()
813 type16_t = lp_build_vec_type(gallivm, type16); in fs_twiddle_transpose()