Home
last modified time | relevance | path

Searched refs:kSampleInstructionWords (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp90 uint32_t kSampleInstructionWords[] = {(4 << 16) | uint32_t(SpvOpTypeInt), 44, member
92 // The operands that would be parsed from kSampleInstructionWords
100 spv_parsed_instruction_t kSampleParsedInstruction = {kSampleInstructionWords,
196 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()
223 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_test.cpp90 uint32_t kSampleInstructionWords[] = {(4 << 16) | uint32_t(SpvOpTypeInt), 44, member
92 // The operands that would be parsed from kSampleInstructionWords
100 spv_parsed_instruction_t kSampleParsedInstruction = {kSampleInstructionWords,
196 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()
223 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()
/third_party/spirv-tools/test/opt/
H A Dinstruction_test.cpp84 uint32_t kSampleInstructionWords[] = {(4 << 16) | uint32_t(spv::Op::OpTypeInt), member
86 // The operands that would be parsed from kSampleInstructionWords
95 kSampleInstructionWords,
191 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()
218 Eq(std::vector<uint32_t>{kSampleInstructionWords[i + 1]})); in TEST()

Completed in 6 milliseconds