Home
last modified time | relevance | path

Searched defs:PipelineExecutableInternalRepresentation (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp347 struct PipelineExecutableInternalRepresentation struct
349PipelineExecutableInternalRepresentation(std::string name_, std::string description_, bool isText_, in PipelineExecutableInternalRepresentation() argument
363 const std::string name;
364 const std::string description;
366 bool isText(void) const in isText()
370 const std::string &getText(void) const in getText()
375 const std::vector<uint8_t> &getBytes(void) const in getBytes()
382 const bool m_isText;
383 std::string m_text;
384 std::vector<uint8_t> m_bytes;