OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNewType
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
private_to_local_pass.cpp
104
uint32_t new_type_id =
GetNewType
(variable->type_id());
116
uint32_t PrivateToLocalPass::
GetNewType
(uint32_t old_type_id) {
161
inst->SetResultType(
GetNewType
(inst->type_id()));
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
private_to_local_pass.cpp
104
uint32_t new_type_id =
GetNewType
(variable->type_id());
116
uint32_t PrivateToLocalPass::
GetNewType
(uint32_t old_type_id) {
161
inst->SetResultType(
GetNewType
(inst->type_id()));
Completed in 1564 milliseconds