/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Compiler.h | 37 struct ShBuiltInResources struct 39 ShBuiltInResources(); 82 bool Init(const ShBuiltInResources& resources); 94 bool InitBuiltInSymbolTable(const ShBuiltInResources& resources);
|
H A D | Initialize.h | 22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &table); 25 const ShBuiltInResources& resources, 28 void InitExtensionBehavior(const ShBuiltInResources& resources,
|
H A D | Compiler.cpp | 49 ShBuiltInResources::ShBuiltInResources() in ShBuiltInResources() function in ShBuiltInResources 88 bool TCompiler::Init(const ShBuiltInResources& resources) in Init() 165 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources) in InitBuiltInSymbolTable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable.h | 69 using ValidateExtension = int ShBuiltInResources::*; 86 static_assert(offsetof(ShBuiltInResources, OES_standard_derivatives) != 0, 89 #define EXT_INDEX(Ext) (offsetof(ShBuiltInResources, Ext) / sizeof(int)) 97 const ShBuiltInResources &resources, 172 const ShBuiltInResources &resources, 325 const ShBuiltInResources &resources); 354 const ShBuiltInResources &resources); 373 ShBuiltInResources mResources;
|
H A D | Initialize.h | 17 void InitExtensionBehavior(const ShBuiltInResources &resources, 22 // the ShBuiltInResources object for this compiler instance. All other 24 void ResetExtensionBehavior(const ShBuiltInResources &resources,
|
H A D | glslang_wrapper.h | 28 ANGLE_NO_DISCARD bool GlslangCompileToSpirv(const ShBuiltInResources &resources, 35 ANGLE_INLINE bool GlslangCompileToSpirv(const ShBuiltInResources &resources,
|
H A D | Compiler.h | 97 bool Init(const ShBuiltInResources &resources); 150 const ShBuiltInResources &getResources() const; 242 bool initBuiltInSymbolTable(const ShBuiltInResources &resources); 299 ShBuiltInResources mResources;
|
H A D | glslang_wrapper.cpp | 62 void GetBuiltInResources(const ShBuiltInResources &resources, TBuiltInResource *outResources) in GetBuiltInResources() 108 ANGLE_NO_DISCARD bool GlslangCompileToSpirv(const ShBuiltInResources &resources, in GlslangCompileToSpirv()
|
H A D | Initialize.cpp | 12 void InitExtensionBehavior(const ShBuiltInResources &resources, TExtensionBehavior &extBehavior) in InitExtensionBehavior() 182 void ResetExtensionBehavior(const ShBuiltInResources &resources, in ResetExtensionBehavior()
|
H A D | SymbolTable.cpp | 54 bool CheckExtension(uint32_t extensionIndex, const ShBuiltInResources &resources) in CheckExtension() 397 const ShBuiltInResources &resources) 469 const ShBuiltInResources &resources, 493 const ShBuiltInResources &resources,
|
H A D | CollectVariables.h | 34 const ShBuiltInResources &resources,
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | ConstructCompiler_test.cpp | 17 ShBuiltInResources resources; in TEST() 27 ShBuiltInResources resources; in TEST() 38 ShBuiltInResources resources; in TEST()
|
H A D | ExtensionDirective_test.cpp | 101 void initResources(ShBuiltInResources *resources) override 126 void initResources(ShBuiltInResources *resources) override 151 void initResources(ShBuiltInResources *resources) override { resources->EXT_YUV_target = 1; }
|
H A D | API_test.cpp | 16 ShBuiltInResources a_resources; in TEST() 20 ShBuiltInResources b_resources; in TEST()
|
H A D | OES_texture_cube_map_array_test.cpp | 27 void initResources(ShBuiltInResources *resources) override 36 void initResources(ShBuiltInResources *resources) override
|
H A D | ShaderVariable_test.cpp | 217 ShBuiltInResources resources; in TEST() 240 ShBuiltInResources resources; in TEST() 275 ShBuiltInResources resources; in TEST() 317 ShBuiltInResources resources; in TEST() 360 ShBuiltInResources resources; in TEST()
|
H A D | SamplerMultisample_test.cpp | 32 void initResources(ShBuiltInResources *resources) override 339 void initResources(ShBuiltInResources *resources) override
|
H A D | CollectVariables_test.cpp | 40 ShBuiltInResources resources; 49 virtual void initTranslator(const ShBuiltInResources &resources) in initTranslator() 164 void initTranslator(const ShBuiltInResources &resources) override 182 ShBuiltInResources resources; 220 void initTranslator(const ShBuiltInResources &resources) in initTranslator() 622 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() 649 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() 674 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() 696 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() 720 ShBuiltInResources resource in TEST_F() [all...] |
H A D | NV_draw_buffers_test.cpp | 22 ShBuiltInResources *resources = getResources(); in NVDrawBuffersTest()
|
H A D | GlFragDataNotModified_test.cpp | 22 void initResources(ShBuiltInResources *resources) override
|
H A D | SamplerVideoWEBGL_test.cpp | 22 void initResources(ShBuiltInResources *resources) override
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.h | 30 ShBuiltInResources *resources, 52 ShBuiltInResources *getResources(); 103 ShBuiltInResources mResources;
|
H A D | compiler_test.cpp | 67 ShBuiltInResources *resources, in compileTestShader() 104 ShBuiltInResources resources; in compileTestShader() 126 ShBuiltInResources *MatchOutputCodeTest::getResources() in getResources()
|
H A D | ShaderCompileTreeTest.h | 44 virtual void initResources(ShBuiltInResources *resources) {} in initResources()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Compiler.h | 47 ShBuiltInResources mResources;
|