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

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_type.cpp 97 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) {
152 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) {
173 if (!member_type || !spvOpcodeGeneratesType(member_type->opcode())) {
237 if (!type || !spvOpcodeGeneratesType(type->opcode())) {
249 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) {
259 if (!param_type || !spvOpcodeGeneratesType(param_type->opcode())) {
316 if (!spvOpcodeGeneratesType(inst->opcode()) &&
validate_id.cpp 168 if (spvOpcodeGeneratesType(def->opcode()) &&
169 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) &&
188 if (!spvOpcodeGeneratesType(def->opcode())) {
validation_state.cpp 85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
  /external/deqp-deps/SPIRV-Tools/source/
opcode.h 94 int32_t spvOpcodeGeneratesType(SpvOp opcode);
binary.cpp 444 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id;
746 if (spvOpcodeGeneratesType(opcode)) {
    [all...]
opcode.cpp 303 int32_t spvOpcodeGeneratesType(SpvOp op) {
text.cpp 626 if (spvOpcodeGeneratesType(pInst->opcode)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/
opcode.h 94 int32_t spvOpcodeGeneratesType(SpvOp opcode);
binary.cpp 448 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id;
750 if (spvOpcodeGeneratesType(opcode)) {
    [all...]
opcode.cpp 303 int32_t spvOpcodeGeneratesType(SpvOp op) {
text.cpp 626 if (spvOpcodeGeneratesType(pInst->opcode)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_id.cpp 168 if (spvOpcodeGeneratesType(def->opcode()) &&
169 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) &&
174 } else if (def->type_id() == 0 && !spvOpcodeGeneratesType(opcode) &&
198 if (!spvOpcodeGeneratesType(def->opcode())) {
validate_type.cpp 98 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) {
163 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) {
195 if (!member_type || !spvOpcodeGeneratesType(member_type->opcode())) {
274 if (!type || !spvOpcodeGeneratesType(type->opcode())) {
286 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) {
296 if (!param_type || !spvOpcodeGeneratesType(param_type->opcode())) {
353 if (!spvOpcodeGeneratesType(inst->opcode()) &&
validation_state.cpp 85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
remove_duplicates_pass.cpp 103 if (!spvOpcodeGeneratesType((i->opcode())) &&
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
remove_duplicates_pass.cpp 103 if (!spvOpcodeGeneratesType((i->opcode())) &&
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_codec.cpp 241 inst_.result_id, spvOpcodeGeneratesType(SpvOp(inst_.opcode))
368 if (spvOpcodeGeneratesType(opcode)) {
markv_decoder.cpp 908 if (spvOpcodeGeneratesType(opcode)) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_codec.cpp 241 inst_.result_id, spvOpcodeGeneratesType(SpvOp(inst_.opcode))
368 if (spvOpcodeGeneratesType(opcode)) {
markv_decoder.cpp 908 if (spvOpcodeGeneratesType(opcode)) {
    [all...]

Completed in 256 milliseconds