HomeSort by relevance Sort by last modified time
    Searched refs:testCodeFragments (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.hpp 257 std::map<std::string, std::string> testCodeFragments;
359 const std::map<std::string, std::string>& testCodeFragments,
371 InstanceContext ctx (inputColors, outputColors, testCodeFragments, specConstants, pushConstants, resources, interfaces, extensions, features, vulkanFeatures, customizedStages);
388 const std::map<std::string, std::string>& testCodeFragments)
390 return createInstanceContext(elements, inputColors, outputColors, testCodeFragments,
399 const std::map<std::string, std::string>& testCodeFragments)
403 return createInstanceContext(elements, defaultColors, defaultColors, testCodeFragments);
416 const std::map<std::string, std::string>& testCodeFragments,
431 const std::map<std::string, std::string>& testCodeFragments,
444 name, inputColors, outputColors, testCodeFragments, noSpecConstants, noPushConstants
    [all...]
vktSpvAsmGraphicsShaderTestUtil.cpp 238 : testCodeFragments (testCodeFragments_)
265 , testCodeFragments (other.testCodeFragments)
    [all...]

Completed in 176 milliseconds