Searched refs:bound (Results 1 - 25 of 236) sorted by relevance

12345678910

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dir_loader.h55 uint32_t bound, uint32_t reserved) {
56 module_->SetHeader({magic, version, generator, bound, reserved});
54 SetModuleHeader(uint32_t magic, uint32_t version, uint32_t generator, uint32_t bound, uint32_t reserved) argument
H A Dmodule.cpp60 binary->push_back(header_.bound);
H A Dmodule.h45 uint32_t bound; member in struct:spvtools::ir::ModuleHeader
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dir_loader.h55 uint32_t bound, uint32_t reserved) {
56 module_->SetHeader({magic, version, generator, bound, reserved});
54 SetModuleHeader(uint32_t magic, uint32_t version, uint32_t generator, uint32_t bound, uint32_t reserved) argument
H A Dmodule.cpp60 binary->push_back(header_.bound);
H A Dmodule.h45 uint32_t bound; member in struct:spvtools::ir::ModuleHeader
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dspirv_definition.h61 uint32_t bound; member in struct:spv_header_t
H A Dvalidate.h152 /// @param[in] bound the binary header
160 const uint64_t count, const uint32_t bound,
H A Dbinary.cpp58 pHeader->bound = spvFixWord(binary->code[SPV_INDEX_BOUND], endian);
252 header.bound, header.schema)) {
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dspirv_definition.h61 uint32_t bound; member in struct:spv_header_t
H A Dvalidate.h152 /// @param[in] bound the binary header
160 const uint64_t count, const uint32_t bound,
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A Ddisassemble.cpp103 Id bound; member in class:spv::SpirvStream
134 // Result <id> bound
135 bound = stream[word++];
136 idInstruction.resize(bound);
137 idDescriptor.resize(bound);
138 out << "// Id's are bound by " << bound << std::endl;
208 if (id >= bound)
243 if (id >= bound)
H A DSPVRemapper.h187 spirword_t bound() const { return spv[3]; } // return Id bound from header function in class:spv::spirvbin_t
188 spirword_t bound(spirword_t b) { return spv[3] = b; }; function in class:spv::spirvbin_t
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A Ddisassemble.cpp103 Id bound; member in class:spv::SpirvStream
134 // Result <id> bound
135 bound = stream[word++];
136 idInstruction.resize(bound);
137 idDescriptor.resize(bound);
138 out << "// Id's are bound by " << bound << std::endl;
208 if (id >= bound)
243 if (id >= bound)
H A DSPVRemapper.h187 spirword_t bound() const { return spv[3]; } // return Id bound from header function in class:spv::spirvbin_t
188 spirword_t bound(spirword_t b) { return spv[3] = b; }; function in class:spv::spirvbin_t
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A Ddisassemble.cpp103 Id bound; member in class:spv::SpirvStream
134 // Result <id> bound
135 bound = stream[word++];
136 idInstruction.resize(bound);
137 idDescriptor.resize(bound);
138 out << "// Id's are bound by " << bound << std::endl;
208 if (id >= bound)
243 if (id >= bound)
H A DSPVRemapper.h187 spirword_t bound() const { return spv[3]; } // return Id bound from header function in class:spv::spirvbin_t
188 spirword_t bound(spirword_t b) { return spv[3] = b; }; function in class:spv::spirvbin_t
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A Ddisassemble.cpp103 Id bound; member in class:spv::SpirvStream
134 // Result <id> bound
135 bound = stream[word++];
136 idInstruction.resize(bound);
137 idDescriptor.resize(bound);
138 out << "// Id's are bound by " << bound << std::endl;
208 if (id >= bound)
243 if (id >= bound)
H A DSPVRemapper.h187 spirword_t bound() const { return spv[3]; } // return Id bound from header function in class:spv::spirvbin_t
188 spirword_t bound(spirword_t b) { return spv[3] = b; }; function in class:spv::spirvbin_t
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
H A Dconstraints.h81 int level, CloogEqualities *equal, int nb_par, cloog_int_t *bound);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
H A Dconstraints.h81 int level, CloogEqualities *equal, int nb_par, cloog_int_t *bound);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_strptime.py240 for bound in bounds:
241 strp_output = _strptime._strptime_time(bound, '%y')
242 expected_result = century + int(bound)
245 "and returned '%s'" % (bound, strp_output[0]))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_strptime.py240 for bound in bounds:
241 strp_output = _strptime._strptime_time(bound, '%y')
242 expected_result = century + int(bound)
245 "and returned '%s'" % (bound, strp_output[0]))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_strptime.py240 for bound in bounds:
241 strp_output = _strptime._strptime_time(bound, '%y')
242 expected_result = century + int(bound)
245 "and returned '%s'" % (bound, strp_output[0]))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_strptime.py240 for bound in bounds:
241 strp_output = _strptime._strptime_time(bound, '%y')
242 expected_result = century + int(bound)
245 "and returned '%s'" % (bound, strp_output[0]))

Completed in 594 milliseconds

12345678910