Home
last modified time | relevance | path

Searched refs:SpvOpConstantNull (Results 1 – 25 of 94) sorted by relevance

1234

/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c93 case SpvOpConstantNull: in vtn_validate_handle_constant()
170 case SpvOpConstantNull: in vtn_validate_handle_constant_instruction()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_null.cpp51 context, SpvOpConstantNull, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_loads.cpp64 case SpvOpConstantNull: in Apply()
Dtransformation_load.cpp58 case SpvOpConstantNull: in IsApplicable()
Dfuzzer_pass_add_stores.cpp77 case SpvOpConstantNull: in Apply()
Dtransformation_store.cpp59 case SpvOpConstantNull: in IsApplicable()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_constant_null.cpp51 context, SpvOpConstantNull, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_loads.cpp64 case SpvOpConstantNull: in Apply()
Dfuzzer_pass_add_stores.cpp77 case SpvOpConstantNull: in Apply()
Dtransformation_load.cpp58 case SpvOpConstantNull: in IsApplicable()
Dtransformation_store.cpp59 case SpvOpConstantNull: in IsApplicable()
Dfuzzer_pass_add_access_chains.cpp68 case SpvOpConstantNull: in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h55 return opcode >= SpvOpConstantTrue && opcode <= SpvOpConstantNull; in IsCompileTimeConstantInst()
Dgenerate_webgpu_initializers_pass.cpp51 if (inst->opcode() == SpvOpConstantNull) { in Process()
/external/angle/third_party/spirv-tools/src/source/opt/
Dreflect.h57 return opcode >= SpvOpConstantTrue && opcode <= SpvOpConstantNull; in IsCompileTimeConstantInst()
Dgenerate_webgpu_initializers_pass.cpp51 if (inst->opcode() == SpvOpConstantNull) { in Process()
Dunify_const_pass.cpp145 case SpvOp::SpvOpConstantNull: in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loads.cpp63 case SpvOpConstantNull: in Apply()
Dtransformation_load.cpp59 case SpvOpConstantNull: in IsApplicable()
Dfuzzer_pass_add_stores.cpp76 case SpvOpConstantNull: in Apply()
Dtransformation_store.cpp59 case SpvOpConstantNull: in IsApplicable()
Dfuzzer_pass_add_access_chains.cpp67 case SpvOpConstantNull: in Apply()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreflect.h57 return opcode >= SpvOpConstantTrue && opcode <= SpvOpConstantNull; in IsCompileTimeConstantInst()
Dgenerate_webgpu_initializers_pass.cpp51 if (inst->opcode() == SpvOpConstantNull) { in Process()
Dunify_const_pass.cpp145 case SpvOp::SpvOpConstantNull: in Process()

1234