/third_party/skia/third_party/externals/spirv-tools/test/tools/opt/ |
H A D | flags.py | 42 spirv_args = [shader, '-o', output] variable in TestAssemblyFileAsOnlyParameter 50 spirv_args = ['--help'] variable in TestHelpFlag 130 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestValidPassFlags 188 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestPerformanceOptimizationPasses 235 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestSizeOptimizationPasses 276 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestLegalizationPasses 284 spirv_args = ['--scalar-replacement=-10'] 292 spirv_args = ['--scalar-replacement=a10f'] 300 spirv_args = ['--loop-fission=-10'] 308 spirv_args [all...] |
H A D | oconfig.py | 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable in TestOconfigEmpty 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/opt/ |
H A D | flags.py | 42 spirv_args = [shader, '-o', output] variable in TestAssemblyFileAsOnlyParameter 50 spirv_args = ['--help'] variable in TestHelpFlag 130 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestValidPassFlags 188 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestPerformanceOptimizationPasses 235 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestSizeOptimizationPasses 276 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestLegalizationPasses 284 spirv_args = ['--scalar-replacement=-10'] 292 spirv_args = ['--scalar-replacement=a10f'] 300 spirv_args = ['--loop-fission=-10'] 308 spirv_args [all...] |
H A D | oconfig.py | 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable in TestOconfigEmpty 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable
|
/third_party/spirv-tools/test/tools/opt/ |
H A D | flags.py | 42 spirv_args = [shader, '-o', output] variable in TestAssemblyFileAsOnlyParameter 50 spirv_args = ['--help'] variable in TestHelpFlag 130 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestValidPassFlags 188 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestPerformanceOptimizationPasses 235 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestSizeOptimizationPasses 276 spirv_args = [shader, '-o', output, '--print-all'] + flags variable in TestLegalizationPasses 284 spirv_args = ['--scalar-replacement=-10'] 292 spirv_args = ['--scalar-replacement=a10f'] 300 spirv_args = ['--loop-fission=-10'] 308 spirv_args [all...] |
H A D | oconfig.py | 42 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable in TestOconfigEmpty 58 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable 73 spirv_args = [shader, '-o', placeholder.TempFileName('output.spv'), config] variable
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 24 2. The spirv_args member variable will be inspected and all placeholders in it 35 5. The spirv-* tool will be run with the arguments supplied in spirv_args. 124 tests. Subclasses should define spirv_args (specifying spirv_tool command 187 * The class needs to have spirv_args defined as a list. 201 if 'spirv_args' not in get_all_variables(cls): 202 raise SpirvTestException('No spirv_args found in the test case') 203 if not isinstance(cls.spirv_args, list): 204 raise SpirvTestException('spirv_args needs to be a list') 270 spirv_args = self.test.spirv_args [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | spirv_test_framework.py | 24 2. The spirv_args member variable will be inspected and all placeholders in it 35 5. The spirv-* tool will be run with the arguments supplied in spirv_args. 124 tests. Subclasses should define spirv_args (specifying spirv_tool command 187 * The class needs to have spirv_args defined as a list. 201 if 'spirv_args' not in get_all_variables(cls): 202 raise SpirvTestException('No spirv_args found in the test case') 203 if not isinstance(cls.spirv_args, list): 204 raise SpirvTestException('spirv_args needs to be a list') 270 spirv_args = self.test.spirv_args [all...] |
/third_party/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 24 2. The spirv_args member variable will be inspected and all placeholders in it 35 5. The spirv-* tool will be run with the arguments supplied in spirv_args. 124 tests. Subclasses should define spirv_args (specifying spirv_tool command 187 * The class needs to have spirv_args defined as a list. 201 if 'spirv_args' not in get_all_variables(cls): 202 raise SpirvTestException('No spirv_args found in the test case') 203 if not isinstance(cls.spirv_args, list): 204 raise SpirvTestException('spirv_args needs to be a list') 270 spirv_args = self.test.spirv_args [all...] |