Home
last modified time | relevance | path

Searched refs:specMap (Results 1 - 7 of 7) sorted by relevance

/third_party/node/test/common/
H A Dwpt.js416 this.specMap = new Map(
539 if (!this.specMap.has(filename)) {
542 queue.push(this.specMap.get(filename));
673 for (const specMap of queue) {
674 const key = specMap.filename;
677 if (!specMap.failedTests.length) {
687 if (specMap.failedTests.some((expectedToFail) => {
688 if (specMap.flakyTests.includes(expectedToFail)) {
723 const spec = this.specMap.get(filename);
812 const spec = this.specMap
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp42 std::map<std::string, std::string> specMap) in ShaderPipeline()
43 : m_programRender(NULL), m_programCompute(NULL), m_testedShader(testedShader), m_specializationMap(specMap) in ShaderPipeline()
548 std::map<std::string, std::string> specMap; in ShaderBallotBitmasksTestCase() local
549 specMap["MASK_VAR"] = maskIter->first; in ShaderBallotBitmasksTestCase()
550 specMap["MASK_OPERATOR"] = maskIter->second; in ShaderBallotBitmasksTestCase()
551 m_shaderPipelines.push_back(new ShaderPipeline((glu::ShaderType)i, colorShaderSnippet, specMap)); in ShaderBallotBitmasksTestCase()
40 ShaderPipeline(glu::ShaderType testedShader, const std::string& contentSnippet, std::map<std::string, std::string> specMap) ShaderPipeline() argument
H A Dgl4cShaderBallotTests.hpp55 std::map<std::string, std::string> specMap = std::map<std::string, std::string>());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp490 SpecializationMap specMap = SpecializationMap()) in Renderer()
515 specMap[VK_SHADER_STAGE_VERTEX_BIT], // const VkSpecializationInfo* pSpecializationInfo; in Renderer()
524 specMap[VK_SHADER_STAGE_FRAGMENT_BIT], // const VkSpecializationInfo* pSpecializationInfo; in Renderer()
693 Renderer::SpecializationMap specMap = Renderer::SpecializationMap(), in draw()
699 m_context.getBinaryCollection(), "vert", "frag", *m_colorBuffer, m_renderSize, m_colorFormat, Vec4(1.0f, 0.0f, 0.0f, 1.0f), topology, specMap)); in draw()
1033 Renderer::SpecializationMap specMap; in iterate() local
1034 specMap[VK_SHADER_STAGE_FRAGMENT_BIT] = &specInfo; in iterate()
1036 draw(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, *m_descriptorSetLayout, specMap, usingDeviceGroups(), firstDeviceID); in iterate()
1238 Renderer::SpecializationMap specMap; in iterate() local
1239 draw(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, DE_NULL, specMap, usingDeviceGroup in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp490 SpecializationMap specMap = SpecializationMap()) in Renderer()
515 specMap[VK_SHADER_STAGE_VERTEX_BIT], // const VkSpecializationInfo* pSpecializationInfo; in Renderer()
524 specMap[VK_SHADER_STAGE_FRAGMENT_BIT], // const VkSpecializationInfo* pSpecializationInfo; in Renderer()
693 Renderer::SpecializationMap specMap = Renderer::SpecializationMap(), in draw()
699 m_context.getBinaryCollection(), "vert", "frag", *m_colorBuffer, m_renderSize, m_colorFormat, Vec4(1.0f, 0.0f, 0.0f, 1.0f), topology, specMap)); in draw()
1033 Renderer::SpecializationMap specMap; in iterate() local
1034 specMap[VK_SHADER_STAGE_FRAGMENT_BIT] = &specInfo; in iterate()
1036 draw(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, *m_descriptorSetLayout, specMap, usingDeviceGroups(), firstDeviceID); in iterate()
1238 Renderer::SpecializationMap specMap; in iterate() local
1239 draw(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, DE_NULL, specMap, usingDeviceGroup in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp463 const auto specMap = makeSpecializationMap(); in iterate() local
466 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
467 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()
1487 const auto specMap = makeSpecializationMap(); in iterate() local
1490 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1491 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()
2283 const auto specMap = makeSpecializationMap(); in iterate() local
2286 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
2287 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp463 const auto specMap = makeSpecializationMap(); in iterate() local
466 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
467 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()
1487 const auto specMap = makeSpecializationMap(); in iterate() local
1490 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1491 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()
2283 const auto specMap = makeSpecializationMap(); in iterate() local
2286 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
2287 de::dataOrNull(specMap), // const VkSpecializationMapEntry* pMapEntries; in iterate()

Completed in 16 milliseconds