Searched refs:current_binary (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 61 std::vector<uint32_t> current_binary(binary_in); in Run() local 71 if (!tools.Validate(¤t_binary[0], current_binary.size(), in Run() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 86 RunPasses(&passes_, options, validator_options, tools, ¤t_binary, in Run() 92 ¤t_binary, &reductions_applied); in Run() 101 *binary_out = std::move(current_binary); in Run() 163 const SpirvTools& tools, std::vector<uint32_t>* current_binary, in RunPasses() argument 190 pass->TryApplyReduction(*current_binary, options->target_function); in RunPasses() 216 *current_binary = std::move(maybe_result); in RunPasses() 225 *current_binary = std::move(maybe_result); in RunPasses()
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | reducer.cpp | 61 std::vector<uint32_t> current_binary(binary_in); in Run() local 71 if (!tools.Validate(¤t_binary[0], current_binary.size(), in Run() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 86 RunPasses(&passes_, options, validator_options, tools, ¤t_binary, in Run() 92 ¤t_binary, &reductions_applied); in Run() 101 *binary_out = std::move(current_binary); in Run() 163 const SpirvTools& tools, std::vector<uint32_t>* current_binary, in RunPasses() argument 190 pass->TryApplyReduction(*current_binary, options->target_function); in RunPasses() 216 *current_binary = std::move(maybe_result); in RunPasses() 225 *current_binary = std::move(maybe_result); in RunPasses()
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 61 std::vector<uint32_t> current_binary(binary_in); in Run() local 71 if (!tools.Validate(¤t_binary[0], current_binary.size(), in Run() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 86 RunPasses(&passes_, options, validator_options, tools, ¤t_binary, in Run() 92 ¤t_binary, &reductions_applied); in Run() 101 *binary_out = std::move(current_binary); in Run() 163 const SpirvTools& tools, std::vector<uint32_t>* current_binary, in RunPasses() argument 190 pass->TryApplyReduction(*current_binary, options->target_function); in RunPasses() 216 *current_binary = std::move(maybe_result); in RunPasses() 225 *current_binary = std::move(maybe_result); in RunPasses()
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|