/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
H A D | shader_translator.cpp | 702 const std::vector<sh::ShaderVariable> *uniforms = sh::GetUniforms(compiler); in PrintActiveVariables() local
|
/third_party/skia/src/core/ |
H A D | SkColorFilter.cpp | 74 program(skvm::Builder* p, skvm::Color c, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const program() argument [all...] |
H A D | SkVMBlitter.cpp | 38 static skvm::Coord device_coord(skvm::Builder* p, skvm::Uniforms* uniforms) { in device_coord() argument 297 BuildProgram(skvm::Builder* p, const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) BuildProgram() argument 424 CacheKey( const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc, bool* ok) CacheKey() argument [all...] |
H A D | SkDraw_vertices.cpp | 120 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord local, skvm::Color, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo&, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.h | 240 SkString& uniforms() { return fShaderStrings[kUniforms]; } in uniforms() function in GrGLSLShaderBuilder
|
/third_party/skia/src/gpu/effects/ |
H A D | GrSkSLFP.cpp | 265 MakeWithData( sk_sp<SkRuntimeEffect> effect, const char* name, std::unique_ptr<GrFragmentProcessor> inputFP, std::unique_ptr<GrFragmentProcessor> destColorFP, sk_sp<SkData> uniforms, SkSpan<std::unique_ptr<GrFragmentProcessor>> childFPs) MakeWithData() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.h | 307 UniformArray uniforms; member in es2::Program
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | TextureStage.hpp | 161 Uniforms uniforms; // FIXME: Private member in sw::TextureStage
|
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 296 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
H A D | SkImageShader.cpp | 665 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument 674 makeProgram( skvm::Builder* p, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, const TransformShader* coordShader, SkArenaAlloc* alloc) const makeProgram() argument [all...] |
/third_party/skia/gm/ |
H A D | runtimeshader.cpp | 400 float uniforms[] = { variable
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump.c | 238 struct uniform *uniforms[32]; member [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 497 struct gl_uniform_storage *uniforms; in read_uniforms() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 363 unsigned uniforms; member in fs_visitor
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.h | 69 struct nouveau_bo *uniforms; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | ReplaceForShaderFramebufferFetch.cpp | 257 ReplaceSubpassInputUtils(TCompiler *compiler, TSymbolTable *symbolTable, TIntermBlock *root, std::vector<ShaderVariable> *uniforms, const bool usedNonConstIndex, const InputAttachmentIdxSet &constIndices, const std::map<unsigned int, TIntermSymbol *> &declaredVarVec) ReplaceSubpassInputUtils() argument 473 ReplaceGlLastFragDataUtils(TCompiler *compiler, TSymbolTable *symbolTable, TIntermBlock *root, std::vector<ShaderVariable> *uniforms, const bool usedNonConstIndex, const InputAttachmentIdxSet &constIndices, const std::map<unsigned int, TIntermSymbol *> &declaredVarVec) ReplaceGlLastFragDataUtils() argument 538 ReplaceInOutUtils(TCompiler *compiler, TSymbolTable *symbolTable, TIntermBlock *root, std::vector<ShaderVariable> *uniforms, const bool usedNonConstIndex, const InputAttachmentIdxSet &constIndices, const std::map<unsigned int, TIntermSymbol *> &declaredVarVec) ReplaceInOutUtils() argument 606 ReplaceLastFragData(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, std::vector<ShaderVariable> *uniforms) ReplaceLastFragData() argument 679 ReplaceInOutVariables(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, std::vector<ShaderVariable> *uniforms) ReplaceInOutVariables() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 166 ResourcesHLSL(StructureHLSL *structureHLSL, ShShaderOutput outputType, const std::vector<ShaderVariable> &uniforms, unsigned int firstUniformRegister) ResourcesHLSL() argument
|
H A D | blocklayout.cpp | 402 void GetActiveUniformBlockInfo(const std::vector<ShaderVariable> &uniforms, in GetActiveUniformBlockInfo() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | CollectVariables_test.cpp | 62 const std::vector<ShaderVariable> &uniforms = mTranslator->getUniforms(); in validateDepthRangeShader() local 133 const auto &uniforms = mTranslator->getUniforms(); in checkUniformStaticallyUsedButNotActive() local 884 const auto &uniforms = mTranslator->getUniforms(); in TEST_F() local 928 const auto &uniforms in TEST_F() local 971 const auto &uniforms = mTranslator->getUniforms(); TEST_F() local 1006 const auto &uniforms = mTranslator->getUniforms(); TEST_F() local 2000 const auto &uniforms = mTranslator->getUniforms(); TEST_F() local [all...] |
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 274 GrSPIRVUniformHandler::UniformInfoArray& uniforms = builder.fUniformHandler.fUniforms; in Build() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 346 VariableArray uniforms; member in glsl::OutputASM
|
/third_party/skia/tests/ |
H A D | SkSLInterpreterTest.cpp | 918 ExternalTable(const char* name, SkSL::Compiler& compiler, skvm::Uniforms* uniforms) in ExternalTable() argument [all...] |
/third_party/skia/include/effects/ |
H A D | SkRuntimeEffect.h | 221 SkSpan<const Uniform> uniforms() const { return SkMakeSpan(fUniforms); } in uniforms() function in SkSL::SkRuntimeEffect 399 sk_sp<SkData> uniforms() { retur function in SkSL::SkRuntimeEffectBuilder [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.hpp | 197 std::vector<VarSpec> uniforms; member
|
H A D | glsRandomShaderCase.cpp | 240 static int getNumSamplerUniforms (const std::vector<rsg::ShaderInput*>& uniforms) in getNumSamplerUniforms() argument
|