Lines Matching refs:testcase
37 def instantiate_for_spirv_args(self, testcase):
48 def instantiate_for_expectation(self, testcase):
73 def instantiate_for_spirv_args(self, testcase):
80 dir=testcase.directory, suffix=self.suffix)
86 def instantiate_for_expectation(self, testcase):
101 def instantiate_for_spirv_args(self, testcase):
108 dir=testcase.directory, suffix=self.suffix)
114 def instantiate_for_expectation(self, testcase):
132 def instantiate_for_spirv_args(self, testcase):
139 dir=testcase.directory, suffix=self.suffix)
145 testcase.test_manager.assembler_path, asm_filename, '-o', self.filename
152 cwd=testcase.directory)
157 def instantiate_for_expectation(self, testcase):
170 def instantiate_for_spirv_args(self, testcase):
172 testcase.stdin_shader = self.source
176 def instantiate_for_expectation(self, testcase):
189 def instantiate_for_spirv_args(self, testcase):
190 return os.path.join(testcase.directory, self.filename)
192 def instantiate_for_expectation(self, testcase):
193 return os.path.join(testcase.directory, self.filename)
209 def instantiate_for_spirv_args(self, testcase):
210 return Template(self.filename).substitute(vars(testcase))
212 def instantiate_for_expectation(self, testcase):
213 return Template(self.filename).substitute(vars(testcase))