OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvOpcodeGeneratesType
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_type_unique.cpp
38
if (
spvOpcodeGeneratesType
(opcode)) {
opcode.h
88
int32_t
spvOpcodeGeneratesType
(SpvOp opcode);
opcode.cpp
275
int32_t
spvOpcodeGeneratesType
(SpvOp op) {
binary.cpp
440
spvOpcodeGeneratesType
(opcode) ? inst->result_id : inst->type_id;
738
if (
spvOpcodeGeneratesType
(opcode)) {
[
all
...]
validate_id.cpp
349
if (!elementType || !
spvOpcodeGeneratesType
(elementType->opcode())) {
398
if (!elementType || !
spvOpcodeGeneratesType
(elementType->opcode())) {
416
if (!memberType || !
spvOpcodeGeneratesType
(memberType->opcode())) {
483
if (!type || !
spvOpcodeGeneratesType
(type->opcode())) {
496
if (!returnType || !
spvOpcodeGeneratesType
(returnType->opcode())) {
505
if (!paramType || !
spvOpcodeGeneratesType
(paramType->opcode())) {
[
all
...]
text.cpp
620
if (
spvOpcodeGeneratesType
(pInst->opcode)) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.cpp
78
if (
spvOpcodeGeneratesType
(op) || spvOpcodeIsConstant(op)) {
96
if (
spvOpcodeGeneratesType
(op) || spvOpcodeIsConstant(op)) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
markv_codec.cpp
[
all
...]
Completed in 416 milliseconds