OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binaryEncodeU32
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp
226
spv_result_t AssemblyContext::
binaryEncodeU32
(const uint32_t value,
236
binaryEncodeU32
(low, pInst);
237
binaryEncodeU32
(high, pInst);
371
return
binaryEncodeU32
(
379
return
binaryEncodeU32
(BitwiseCast<uint32_t>(fVal), pInst);
517
return
binaryEncodeU32
(uint32_t(decoded_bits), pInst);
text_handler.h
192
spv_result_t
binaryEncodeU32
(const uint32_t value, spv_instruction_t* pInst);
text.cpp
178
context->
binaryEncodeU32
(parse_result, pInst);
391
if (auto error = context->
binaryEncodeU32
(value, pInst)) return error;
427
if (context->
binaryEncodeU32
(entry->value, pInst)) {
Completed in 53 milliseconds