Home
last modified time | relevance | path

Searched refs:RemoveRelaxedDecoration (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp150 bool ConvertToHalfPass::RemoveRelaxedDecoration(uint32_t id) { in RemoveRelaxedDecoration() function in spvtools::opt::ConvertToHalfPass
348 modified |= RemoveRelaxedDecoration(c_id); in ProcessImpl()
353 modified |= RemoveRelaxedDecoration(v_id); in ProcessImpl()
Dconvert_to_half_pass.h77 bool RemoveRelaxedDecoration(uint32_t id);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp150 void ConvertToHalfPass::RemoveRelaxedDecoration(uint32_t id) { in RemoveRelaxedDecoration() function in spvtools::opt::ConvertToHalfPass
347 for (auto c_id : relaxed_ids_set_) RemoveRelaxedDecoration(c_id); in ProcessImpl()
350 if (v_id != 0) RemoveRelaxedDecoration(v_id); in ProcessImpl()
Dconvert_to_half_pass.h77 void RemoveRelaxedDecoration(uint32_t id);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp150 bool ConvertToHalfPass::RemoveRelaxedDecoration(uint32_t id) { in RemoveRelaxedDecoration() function in spvtools::opt::ConvertToHalfPass
348 modified |= RemoveRelaxedDecoration(c_id); in ProcessImpl()
353 modified |= RemoveRelaxedDecoration(v_id); in ProcessImpl()
Dconvert_to_half_pass.h77 bool RemoveRelaxedDecoration(uint32_t id);