Home
last modified time | relevance | path

Searched refs:mResources (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp72 mResources() in Compiler()
90 sh::InitBuiltInResources(&mResources); in Compiler()
91 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
92 mResources.MaxVertexUniformVectors = caps.maxVertexUniformVectors; in Compiler()
93 mResources.MaxVaryingVectors = caps.maxVaryingVectors; in Compiler()
94 mResources.MaxVertexTextureImageUnits = caps.maxShaderTextureImageUnits[ShaderType::Vertex]; in Compiler()
95 mResources.MaxCombinedTextureImageUnits = caps.maxCombinedTextureImageUnits; in Compiler()
96 mResources.MaxTextureImageUnits = caps.maxShaderTextureImageUnits[ShaderType::Fragment]; in Compiler()
97 mResources.MaxFragmentUniformVectors = caps.maxFragmentUniformVectors; in Compiler()
98 mResources.MaxDrawBuffers = caps.maxDrawBuffers; in Compiler()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp66 mResources() in Compiler()
80 sh::InitBuiltInResources(&mResources); in Compiler()
81 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
82 mResources.MaxVertexUniformVectors = caps.maxVertexUniformVectors; in Compiler()
83 mResources.MaxVaryingVectors = caps.maxVaryingVectors; in Compiler()
84 mResources.MaxVertexTextureImageUnits = caps.maxShaderTextureImageUnits[ShaderType::Vertex]; in Compiler()
85 mResources.MaxCombinedTextureImageUnits = caps.maxCombinedTextureImageUnits; in Compiler()
86 mResources.MaxTextureImageUnits = caps.maxShaderTextureImageUnits[ShaderType::Fragment]; in Compiler()
87 mResources.MaxFragmentUniformVectors = caps.maxFragmentUniformVectors; in Compiler()
88 mResources.MaxDrawBuffers = caps.maxDrawBuffers; in Compiler()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp357 mResources.FragmentPrecisionHigh == 1; in isHighPrecisionSupported()
384 mResources = resources; in Init()
411 ResetExtensionBehavior(mResources, mExtensionBehavior, compileOptions); in compileTreeImpl()
449 parseContext.setFragmentPrecisionHighOnESSL1(mResources.FragmentPrecisionHigh == 1); in compileTreeImpl()
782 !ValidateOutputs(root, getExtensionBehavior(), mResources.MaxDrawBuffers, &mDiagnostics)) in checkAndSimplifyAST()
790 mResources.MaxCombinedClipAndCullDistances)) in checkAndSimplifyAST()
878 if (mShaderType == GL_FRAGMENT_SHADER && mShaderVersion == 100 && mResources.EXT_draw_buffers && in checkAndSimplifyAST()
879 mResources.MaxDrawBuffers > 1 && in checkAndSimplifyAST()
882 if (!EmulateGLFragColorBroadcast(this, root, mResources.MaxDrawBuffers, &mOutputVariables, in checkAndSimplifyAST()
968 &mShaderStorageBlocks, mResources.HashFunction, &mSymbolTable, mShaderType, in checkAndSimplifyAST()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp323 mResources = resources; in Init()
385 parseContext.setFragmentPrecisionHighOnESSL1(mResources.FragmentPrecisionHigh == 1); in compileTreeImpl()
567 !ValidateOutputs(root, getExtensionBehavior(), mResources.MaxDrawBuffers, &mDiagnostics)) in checkAndSimplifyAST()
676 if (mShaderType == GL_FRAGMENT_SHADER && mShaderVersion == 100 && mResources.EXT_draw_buffers && in checkAndSimplifyAST()
677 mResources.MaxDrawBuffers > 1 && in checkAndSimplifyAST()
680 EmulateGLFragColorBroadcast(root, mResources.MaxDrawBuffers, &mOutputVariables, in checkAndSimplifyAST()
752 mResources.FragmentPrecisionHigh == 1; in checkAndSimplifyAST()
767 mResources.HashFunction, &mSymbolTable, mShaderType, mExtensionBehavior); in checkAndSimplifyAST()
776 int maxUniformVectors = GetMaxUniformVectorsForShaderType(mShaderType, mResources); in checkAndSimplifyAST()
866 ClampPointSize(root, mResources.MaxPointSize, &getSymbolTable()); in checkAndSimplifyAST()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DAPPLE_clip_distance_test.cpp54 shaderOutputType, &mResources); in InitializeCompiler()
75 mResources.APPLE_clip_distance = 0; in TEST_P()
84 mResources.APPLE_clip_distance = 1; in TEST_P()
93 mResources.APPLE_clip_distance = 1; in TEST_P()
94 mResources.MaxClipDistances = 8; in TEST_P()
106 mResources.APPLE_clip_distance = 1; in TEST_P()
107 mResources.MaxClipDistances = 8; in TEST_P()
116 mResources.APPLE_clip_distance = 0; in TEST_P()
117 mResources.MaxClipDistances = 0; in TEST_P()
118 mResources.MaxCullDistances = 0; in TEST_P()
[all …]
DEXT_clip_cull_distance_test.cpp252 &mResources); in InitializeCompiler()
272 mResources.APPLE_clip_distance = enable; in SetExtensionEnable()
274 mResources.EXT_clip_cull_distance = enable; in SetExtensionEnable()
322 mResources.MaxClipDistances = 8; in TEST_P()
323 mResources.MaxCullDistances = 8; in TEST_P()
324 mResources.MaxCombinedClipAndCullDistances = 8; in TEST_P()
359 mResources.MaxClipDistances = 8; in TEST_P()
360 mResources.MaxCullDistances = 8; in TEST_P()
361 mResources.MaxCombinedClipAndCullDistances = 8; in TEST_P()
381 mResources.MaxClipDistances = 8; in TEST_P()
[all …]
DEXT_blend_func_extended_test.cpp164 mResources.EXT_draw_buffers = 1; in SetUp()
165 mResources.NV_draw_buffers = 2; in SetUp()
173 mResources.EXT_blend_func_extended = 0; in TEST_P()
182 mResources.EXT_blend_func_extended = 1; in TEST_P()
183 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
192 mResources.EXT_blend_func_extended = 1; in TEST_P()
193 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
226 mResources.EXT_blend_func_extended = 1; in TEST_P()
227 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
DEXT_YUV_target_test.cpp247 mResources.EXT_YUV_target = 0; in TEST_P()
256 mResources.EXT_YUV_target = 1; in TEST_P()
265 mResources.EXT_YUV_target = 1; in TEST_P()
285 mResources.EXT_YUV_target = 1; in TEST_P()
305 mResources.EXT_YUV_target = 1; in TEST_P()
339 mResources.EXT_YUV_target = 0; in TEST_P()
DFragDepth_test.cpp26 sh::InitBuiltInResources(&mResources); in SetUp()
28 mResources.EXT_frag_depth = GetParam(); in SetUp()
45 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in InitializeCompiler()
63 ShBuiltInResources mResources; member in FragDepthTest
104 if (mResources.EXT_frag_depth == 1) in TEST_P()
DShCompile_test.cpp25 sh::InitBuiltInResources(&mResources); in SetUp()
27 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in SetUp()
48 ShBuiltInResources mResources; member in ShCompileTest
82 sh::InitBuiltInResources(&mResources); in SetUp()
84 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in SetUp()
242 sh::InitBuiltInResources(&mResources); in SetUp()
244 SH_GLSL_330_CORE_OUTPUT, &mResources); in SetUp()
DOES_sample_variables_test.cpp71 shaderOutputType, &mResources); in InitializeCompiler()
96 mResources.OES_sample_variables = 0; in TEST_P()
105 mResources.OES_sample_variables = 1; in TEST_P()
115 mResources.OES_sample_variables = 1; in TEST_P()
DEXT_frag_depth_test.cpp33 mResources.EXT_frag_depth = 0; in TEST_P()
42 mResources.EXT_frag_depth = 1; in TEST_P()
51 mResources.EXT_frag_depth = 1; in TEST_P()
DEXT_shadow_samplers_test.cpp33 mResources.EXT_shadow_samplers = 0; in TEST_P()
42 mResources.EXT_shadow_samplers = 1; in TEST_P()
51 mResources.EXT_shadow_samplers = 1; in TEST_P()
DEXT_shader_texture_lod_test.cpp34 mResources.EXT_shader_texture_lod = 0; in TEST_P()
43 mResources.EXT_shader_texture_lod = 1; in TEST_P()
52 mResources.EXT_shader_texture_lod = 1; in TEST_P()
DOES_standard_derivatives_test.cpp55 mResources.OES_standard_derivatives = 0; in TEST_P()
64 mResources.OES_standard_derivatives = 1; in TEST_P()
73 mResources.OES_standard_derivatives = 1; in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DEXT_blend_func_extended_test.cpp164 mResources.EXT_draw_buffers = 1; in SetUp()
165 mResources.NV_draw_buffers = 2; in SetUp()
173 mResources.EXT_blend_func_extended = 0; in TEST_P()
182 mResources.EXT_blend_func_extended = 1; in TEST_P()
183 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
192 mResources.EXT_blend_func_extended = 1; in TEST_P()
193 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
226 mResources.EXT_blend_func_extended = 1; in TEST_P()
227 mResources.MaxDualSourceDrawBuffers = 1; in TEST_P()
DEXT_YUV_target_test.cpp247 mResources.EXT_YUV_target = 0; in TEST_P()
256 mResources.EXT_YUV_target = 1; in TEST_P()
265 mResources.EXT_YUV_target = 1; in TEST_P()
285 mResources.EXT_YUV_target = 1; in TEST_P()
305 mResources.EXT_YUV_target = 1; in TEST_P()
339 mResources.EXT_YUV_target = 0; in TEST_P()
DFragDepth_test.cpp26 sh::InitBuiltInResources(&mResources); in SetUp()
28 mResources.EXT_frag_depth = GetParam(); in SetUp()
45 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in InitializeCompiler()
63 ShBuiltInResources mResources; member in FragDepthTest
104 if (mResources.EXT_frag_depth == 1) in TEST_P()
DShCompile_test.cpp25 sh::InitBuiltInResources(&mResources); in SetUp()
27 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in SetUp()
48 ShBuiltInResources mResources; member in ShCompileTest
82 sh::InitBuiltInResources(&mResources); in SetUp()
84 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in SetUp()
239 sh::InitBuiltInResources(&mResources); in SetUp()
241 SH_GLSL_330_CORE_OUTPUT, &mResources); in SetUp()
DEXT_frag_depth_test.cpp33 mResources.EXT_frag_depth = 0; in TEST_P()
42 mResources.EXT_frag_depth = 1; in TEST_P()
51 mResources.EXT_frag_depth = 1; in TEST_P()
DEXT_shader_texture_lod_test.cpp34 mResources.EXT_shader_texture_lod = 0; in TEST_P()
43 mResources.EXT_shader_texture_lod = 1; in TEST_P()
52 mResources.EXT_shader_texture_lod = 1; in TEST_P()
DOES_standard_derivatives_test.cpp55 mResources.OES_standard_derivatives = 0; in TEST_P()
64 mResources.OES_standard_derivatives = 1; in TEST_P()
73 mResources.OES_standard_derivatives = 1; in TEST_P()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DResourceExtractor.java56 private final HashSet<String> mResources; field in ResourceExtractor.ExtractTask
70 mResources = resources; in ExtractTask()
85 deleteFiles(mDataDirPath, mResources); in doInBackground()
107 for (String asset : mResources) { in extractAPK()
130 deleteFiles(mDataDirPath, mResources); in extractAPK()
148 private final HashSet<String> mResources; field in ResourceExtractor
159 mResources = new HashSet<>(); in ResourceExtractor()
163 mResources.add(resource); in addResource()
168 mResources.addAll(resources); in addResources()
176 …mExtractTask = new ExtractTask(mDataDirPath, mResources, mPackageName, mPackageManager, mAssetMana… in start()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderExtensionTest.h32 sh::InitBuiltInResources(&mResources); in SetUp()
50 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in InitializeCompiler()
76 ShBuiltInResources mResources;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderExtensionTest.h32 sh::InitBuiltInResources(&mResources); in SetUp()
50 SH_GLSL_COMPATIBILITY_OUTPUT, &mResources); in InitializeCompiler()
76 ShBuiltInResources mResources;

12