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

  /external/deqp-deps/SPIRV-Tools/source/
id_descriptor.cpp 50 if (spvIsIdType(operand.type)) {
operand.h 132 bool spvIsIdType(spv_operand_type_t type);
operand.cpp 277 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) {
401 bool spvIsIdType(spv_operand_type_t type) {
415 if (!spvIsIdType(type)) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
compact_ids_pass.cpp 34 if (spvIsIdType(type)) {
value_number_table.cpp 114 if (spvIsIdType(op.type)) {
instruction.h 609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]);
615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]);
module.cpp 147 if (spvIsIdType(operand.type)) {
def_use_manager.cpp 161 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/
id_descriptor.cpp 50 if (spvIsIdType(operand.type)) {
operand.h 132 bool spvIsIdType(spv_operand_type_t type);
operand.cpp 277 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) {
401 bool spvIsIdType(spv_operand_type_t type) {
415 if (!spvIsIdType(type)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
compact_ids_pass.cpp 34 if (spvIsIdType(type)) {
value_number_table.cpp 114 if (spvIsIdType(op.type)) {
instruction.h 609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]);
615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]);
module.cpp 147 if (spvIsIdType(operand.type)) {
def_use_manager.cpp 161 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) {
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_id.cpp 44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) {
validate_instruction.cpp 239 } else if (spvIsIdType(operand.type)) {
validate_builtins.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_id.cpp 44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) {
validate_instruction.cpp 239 } else if (spvIsIdType(operand.type)) {
validate_builtins.cpp     [all...]
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_codec.cpp 394 assert(spvIsIdType(operand_.type) ||
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_codec.cpp 394 assert(spvIsIdType(operand_.type) ||

Completed in 235 milliseconds