OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvOpcodeGeneratesType
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.h
94
int32_t
spvOpcodeGeneratesType
(SpvOp opcode);
opcode.cpp
243
int32_t
spvOpcodeGeneratesType
(SpvOp op) {
binary.cpp
447
spvOpcodeGeneratesType
(opcode) ? inst->result_id : inst->type_id;
745
if (
spvOpcodeGeneratesType
(opcode)) {
[
all
...]
validate_id.cpp
302
!
spvOpcodeGeneratesType
(elementType.second.opcode)) {
352
!
spvOpcodeGeneratesType
(elementType.second.opcode)) {
368
!
spvOpcodeGeneratesType
(memberType.second.opcode)) {
383
if (!type.first || !
spvOpcodeGeneratesType
(type.second.opcode)) {
396
if (!returnType.first || !
spvOpcodeGeneratesType
(returnType.second.opcode)) {
404
if (!paramType.first || !
spvOpcodeGeneratesType
(paramType.second.opcode)) {
[
all
...]
text.cpp
629
if (
spvOpcodeGeneratesType
(pInst->opcode)) {
Completed in 314 milliseconds