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

  /external/deqp-deps/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.cpp 47 if (spvIsInIdType(operand.type)) {
operand_to_dominating_id_reduction_pass.cpp 81 if (spvIsInIdType(operand.type)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.cpp 48 if (spvIsInIdType(operand.type)) {
operand_to_undef_reduction_pass.cpp 48 if (spvIsInIdType(operand.type)) {
operand_to_dominating_id_reduction_pass.cpp 81 if (spvIsInIdType(operand.type)) {
  /external/deqp-deps/SPIRV-Tools/source/
operand.h 135 bool spvIsInIdType(spv_operand_type_t type);
operand.cpp 414 bool spvIsInIdType(spv_operand_type_t type) {
  /external/swiftshader/third_party/SPIRV-Tools/source/
operand.h 135 bool spvIsInIdType(spv_operand_type_t type);
operand.cpp 414 bool spvIsInIdType(spv_operand_type_t type) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
instruction.h 621 if (spvIsInIdType(opnd.type)) {
631 if (spvIsInIdType(opnd.type)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
instruction.h 621 if (spvIsInIdType(opnd.type)) {
631 if (spvIsInIdType(opnd.type)) {

Completed in 97 milliseconds