Home
last modified time | relevance | path

Searched refs:ShBuiltInResources (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.h37 struct ShBuiltInResources struct
39 ShBuiltInResources();
82 bool Init(const ShBuiltInResources& resources);
94 bool InitBuiltInSymbolTable(const ShBuiltInResources& resources);
H A DInitialize.h22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &table);
25 const ShBuiltInResources& resources,
28 void InitExtensionBehavior(const ShBuiltInResources& resources,
H A DCompiler.cpp49 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 DSymbolTable.h69 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 DInitialize.h17 void InitExtensionBehavior(const ShBuiltInResources &resources,
22 // the ShBuiltInResources object for this compiler instance. All other
24 void ResetExtensionBehavior(const ShBuiltInResources &resources,
H A Dglslang_wrapper.h28 ANGLE_NO_DISCARD bool GlslangCompileToSpirv(const ShBuiltInResources &resources,
35 ANGLE_INLINE bool GlslangCompileToSpirv(const ShBuiltInResources &resources,
H A DCompiler.h97 bool Init(const ShBuiltInResources &resources);
150 const ShBuiltInResources &getResources() const;
242 bool initBuiltInSymbolTable(const ShBuiltInResources &resources);
299 ShBuiltInResources mResources;
H A Dglslang_wrapper.cpp62 void GetBuiltInResources(const ShBuiltInResources &resources, TBuiltInResource *outResources) in GetBuiltInResources()
108 ANGLE_NO_DISCARD bool GlslangCompileToSpirv(const ShBuiltInResources &resources, in GlslangCompileToSpirv()
H A DInitialize.cpp12 void InitExtensionBehavior(const ShBuiltInResources &resources, TExtensionBehavior &extBehavior) in InitExtensionBehavior()
182 void ResetExtensionBehavior(const ShBuiltInResources &resources, in ResetExtensionBehavior()
H A DSymbolTable.cpp54 bool CheckExtension(uint32_t extensionIndex, const ShBuiltInResources &resources) in CheckExtension()
397 const ShBuiltInResources &resources)
469 const ShBuiltInResources &resources,
493 const ShBuiltInResources &resources,
H A DCollectVariables.h34 const ShBuiltInResources &resources,
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DConstructCompiler_test.cpp17 ShBuiltInResources resources; in TEST()
27 ShBuiltInResources resources; in TEST()
38 ShBuiltInResources resources; in TEST()
H A DExtensionDirective_test.cpp101 void initResources(ShBuiltInResources *resources) override
126 void initResources(ShBuiltInResources *resources) override
151 void initResources(ShBuiltInResources *resources) override { resources->EXT_YUV_target = 1; }
H A DAPI_test.cpp16 ShBuiltInResources a_resources; in TEST()
20 ShBuiltInResources b_resources; in TEST()
H A DOES_texture_cube_map_array_test.cpp27 void initResources(ShBuiltInResources *resources) override
36 void initResources(ShBuiltInResources *resources) override
H A DShaderVariable_test.cpp217 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 DSamplerMultisample_test.cpp32 void initResources(ShBuiltInResources *resources) override
339 void initResources(ShBuiltInResources *resources) override
H A DCollectVariables_test.cpp40 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 DNV_draw_buffers_test.cpp22 ShBuiltInResources *resources = getResources(); in NVDrawBuffersTest()
H A DGlFragDataNotModified_test.cpp22 void initResources(ShBuiltInResources *resources) override
H A DSamplerVideoWEBGL_test.cpp22 void initResources(ShBuiltInResources *resources) override
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.h30 ShBuiltInResources *resources,
52 ShBuiltInResources *getResources();
103 ShBuiltInResources mResources;
H A Dcompiler_test.cpp67 ShBuiltInResources *resources, in compileTestShader()
104 ShBuiltInResources resources; in compileTestShader()
126 ShBuiltInResources *MatchOutputCodeTest::getResources() in getResources()
H A DShaderCompileTreeTest.h44 virtual void initResources(ShBuiltInResources *resources) {} in initResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.h47 ShBuiltInResources mResources;

Completed in 11 milliseconds

123