OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvOpcodeIsConstant
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.h
82
int32_t
spvOpcodeIsConstant
(const SpvOp opcode);
opcode.cpp
198
int32_t
spvOpcodeIsConstant
(const SpvOp opcode) {
validate_id.cpp
310
if (!length.first || !
spvOpcodeIsConstant
(length.second.opcode)) {
341
assert(0 && "bug in
spvOpcodeIsConstant
() or result type isn't int");
478
!
spvOpcodeIsConstant
(constituent.second.opcode)) {
569
!
spvOpcodeIsConstant
(constituent.second.opcode)) {
600
!
spvOpcodeIsConstant
(constituent.second.opcode)) {
745
if (!initialiser.first || !
spvOpcodeIsConstant
(initialiser.second.opcode)) {
[
all
...]
Completed in 52 milliseconds