Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2857 for (deUint32 factIdx = 0; factIdx < DE_LENGTH_OF_ARRAY(intFacts); ++factIdx) in addGraphics8BitStorageUniformInt32To8Group() local
2861 …IFORM_AND_STORAGEBUFFER_TEST].name) + "_" + categories[catIdx].name + "_" + intFacts[factIdx].name; in addGraphics8BitStorageUniformInt32To8Group()
2864 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt32To8Group()
2865 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt32To8Group()
2866 specs["itype8"] = intFacts[factIdx].type8; in addGraphics8BitStorageUniformInt32To8Group()
2867 specs["signed"] = intFacts[factIdx].isSigned; in addGraphics8BitStorageUniformInt32To8Group()
2868 specs["convert"] = intFacts[factIdx].opcode; in addGraphics8BitStorageUniformInt32To8Group()
3074 for (deUint32 factIdx = 0; factIdx < DE_LENGTH_OF_ARRAY(intFacts); ++factIdx) in addGraphics8BitStorageUniformInt8To32Group() local
3081 …IFORM_AND_STORAGEBUFFER_TEST].name) + "_" + categories[catIdx].name + "_" + intFacts[factIdx].name; in addGraphics8BitStorageUniformInt8To32Group()
3084 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt8To32Group()
[all …]
DvktSpvAsm16bitStorageTests.cpp2155 for (deUint32 factIdx = 0; factIdx < DE_LENGTH_OF_ARRAY(intFacts); ++factIdx) in addGraphics16BitStorageUniformInt32To16Group() local
2158 string name = string(CAPABILITIES[capIdx].name) + "_scalar_" + intFacts[factIdx].name; in addGraphics16BitStorageUniformInt32To16Group()
2162 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
2163 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
2164 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
2165 specs["signed"] = intFacts[factIdx].isSigned; in addGraphics16BitStorageUniformInt32To16Group()
2166 specs["convert"] = intFacts[factIdx].opcode; in addGraphics16BitStorageUniformInt32To16Group()
2203 for (deUint32 factIdx = 0; factIdx < DE_LENGTH_OF_ARRAY(intFacts); ++factIdx) in addGraphics16BitStorageUniformInt32To16Group() local
2206 string name = string(CAPABILITIES[capIdx].name) + "_vector_" + intFacts[factIdx].name; in addGraphics16BitStorageUniformInt32To16Group()
2211 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()
[all …]