Home
last modified time | relevance | path

Searched refs:specInt (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4038 ComputeShaderSpec specInt; in createOpPhiVartypeTests() local
4302 specInt.assembly = in createOpPhiVartypeTests()
4342 specInt.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpPhiVartypeTests()
4343 specInt.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in createOpPhiVartypeTests()
4344 specInt.numWorkGroups = IVec3(numElements, 1, 1); in createOpPhiVartypeTests()
4448 group->addChild(new SpvAsmComputeShaderCase(testCtx, "vartype_int", specInt)); in createOpPhiVartypeTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4036 ComputeShaderSpec specInt; in createOpPhiVartypeTests() local
4300 specInt.assembly = in createOpPhiVartypeTests()
4340 specInt.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpPhiVartypeTests()
4341 specInt.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in createOpPhiVartypeTests()
4342 specInt.numWorkGroups = IVec3(numElements, 1, 1); in createOpPhiVartypeTests()
4446 group->addChild(new SpvAsmComputeShaderCase(testCtx, "vartype_int", "OpPhi with int variables", specInt)); in createOpPhiVartypeTests()

Completed in 49 milliseconds