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

  /external/deqp-deps/SPIRV-Tools/source/
operand.h 74 bool spvOperandIsVariable(spv_operand_type_t type);
operand.cpp 340 bool spvOperandIsVariable(spv_operand_type_t type) {
  /external/swiftshader/third_party/SPIRV-Tools/source/
operand.h 74 bool spvOperandIsVariable(spv_operand_type_t type);
operand.cpp 340 bool spvOperandIsVariable(spv_operand_type_t type) {
  /external/deqp-deps/SPIRV-Tools/test/
operand_pattern_test.cpp 132 if (!spvOperandIsVariable(type)) {
149 if (spvOperandIsVariable(type)) {
156 EXPECT_FALSE(spvOperandIsVariable(pattern.back()));
  /external/swiftshader/third_party/SPIRV-Tools/test/
operand_pattern_test.cpp 132 if (!spvOperandIsVariable(type)) {
149 if (spvOperandIsVariable(type)) {
156 EXPECT_FALSE(spvOperandIsVariable(pattern.back()));

Completed in 52 milliseconds