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

  /external/deqp-deps/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.cpp 50 if (spvOpcodeIsConstant(def->opcode())) {
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_primitives.cpp 60 if (!spvOpcodeIsConstant(stream_opcode)) {
validate_type.cpp 112 if (!length || !spvOpcodeIsConstant(length->opcode())) {
142 assert(0 && "bug in spvOpcodeIsConstant() or result type isn't int");
validation_state.cpp 85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
886 if (!spvOpcodeIsConstant(inst->opcode()) ||
validate_image.cpp 368 if (!spvOpcodeIsConstant(_.GetIdOpcode(id))) {
448 if (!spvOpcodeIsConstant(_.GetIdOpcode(id))) {
    [all...]
validate_memory.cpp 362 initializer && spvOpcodeIsConstant(initializer->opcode());
    [all...]
validate_builtins.cpp 70 if (spvOpcodeIsConstant(inst.opcode())) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.cpp 51 if (spvOpcodeIsConstant(def->opcode())) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_primitives.cpp 60 if (!spvOpcodeIsConstant(stream_opcode)) {
validation_state.cpp 85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
903 if (!spvOpcodeIsConstant(inst->opcode()) ||
validate_type.cpp 123 if (!length || !spvOpcodeIsConstant(length->opcode())) {
153 assert(0 && "bug in spvOpcodeIsConstant() or result type isn't int");
validate_image.cpp 368 if (!spvOpcodeIsConstant(_.GetIdOpcode(id))) {
448 if (!spvOpcodeIsConstant(_.GetIdOpcode(id))) {
    [all...]
validate_memory.cpp 394 initializer && spvOpcodeIsConstant(initializer->opcode());
    [all...]
validate_builtins.cpp 70 if (spvOpcodeIsConstant(inst.opcode())) {
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/
opcode.h 72 int32_t spvOpcodeIsConstant(const SpvOp opcode);
opcode.cpp 223 int32_t spvOpcodeIsConstant(const SpvOp opcode) {
243 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode);
  /external/swiftshader/third_party/SPIRV-Tools/source/
opcode.h 72 int32_t spvOpcodeIsConstant(const SpvOp opcode);
opcode.cpp 223 int32_t spvOpcodeIsConstant(const SpvOp opcode) {
243 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode);

Completed in 241 milliseconds