H A D | test_inspector_builder.cc | 229 const std::string& texture_name, in MakeSamplerReferenceBodyFunction() 239 stmts.emplace_back(Assign(result_name, Call("textureSample", texture_name, in MakeSamplerReferenceBodyFunction() 248 const std::string& texture_name, in MakeSamplerReferenceBodyFunction() 261 Assign("sampler_result", Call("textureSample", texture_name, sampler_name, in MakeSamplerReferenceBodyFunction() 271 const std::string& texture_name, in MakeComparisonSamplerReferenceBodyFunction() 283 Assign("sampler_result", Call("textureSampleCompare", texture_name, in MakeComparisonSamplerReferenceBodyFunction() 227 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument 246 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& array_index, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument 269 MakeComparisonSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& depth_name, const ast::Type* base_type, ast::DecorationList decorations) MakeComparisonSamplerReferenceBodyFunction() argument
|