Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp177 struct SpecConstants struct
180 SpecConstants (void) in SpecConstants() argument
183 bool empty (void) const in empty()
188 size_t getValuesCount (void) const in getValuesCount()
193 size_t getValueSize (const size_t valueIndex) const in getValueSize()
198 const void* getValuesBuffer (void) const in getValuesBuffer()
207 void append (const T value) in append()
212 void append (const void* buf, const size_t byteSize) in append()
223 std::vector<deUint8> valuesBuffer;
224 std::vector<size_t> sizesBuffer;
/external/deqp-deps/SPIRV-Tools/test/opt/
Dassembly_builder_test.cpp165 TEST_F(AssemblyBuilderTest, SpecConstants) { in TEST_F() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dassembly_builder_test.cpp165 TEST_F(AssemblyBuilderTest, SpecConstants) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dassembly_builder_test.cpp165 TEST_F(AssemblyBuilderTest, SpecConstants) { in TEST_F() argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp99 struct SpecConstants struct
101 float u;
102 float v;
103 deInt32 gatherFlag;