Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp338 struct PipelineExecutableInternalRepresentation struct
340PipelineExecutableInternalRepresentation(std::string name_, std::string description_, bool isText_, in PipelineExecutableInternalRepresentation() argument
354 const std::string name;
355 const std::string description;
357 bool isText(void) const in isText()
361 const std::string &getText(void) const in getText()
366 const std::vector<uint8_t> &getBytes(void) const in getBytes()
373 const bool m_isText;
374 std::string m_text;
375 std::vector<uint8_t> m_bytes;