OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllExtensionsSupported
(Results
1 - 10
of
10
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
local_ssa_elim_pass.cpp
26
bool LocalMultiStoreElimPass::
AllExtensionsSupported
() const {
48
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_single_block_elim_pass.cpp
175
bool LocalSingleBlockLoadStoreElimPass::
AllExtensionsSupported
() const {
197
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_single_store_elim_pass.cpp
48
bool LocalSingleStoreElimPass::
AllExtensionsSupported
() const {
65
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_access_chain_convert_pass.cpp
266
bool LocalAccessChainConvertPass::
AllExtensionsSupported
() const {
290
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
aggressive_dead_code_elim_pass.cpp
132
bool AggressiveDCEPass::
AllExtensionsSupported
() const {
556
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
local_ssa_elim_pass.cpp
26
bool LocalMultiStoreElimPass::
AllExtensionsSupported
() const {
48
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_single_block_elim_pass.cpp
175
bool LocalSingleBlockLoadStoreElimPass::
AllExtensionsSupported
() const {
197
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_single_store_elim_pass.cpp
48
bool LocalSingleStoreElimPass::
AllExtensionsSupported
() const {
65
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
local_access_chain_convert_pass.cpp
266
bool LocalAccessChainConvertPass::
AllExtensionsSupported
() const {
290
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
aggressive_dead_code_elim_pass.cpp
132
bool AggressiveDCEPass::
AllExtensionsSupported
() const {
556
if (!
AllExtensionsSupported
()) return Status::SuccessWithoutChange;
Completed in 360 milliseconds