/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | MinimumBufferSizeValidationTests.cpp | 187 const std::string& vertexShader, in CreateRenderPipeline() 209 wgpu::RenderPipeline CreateRenderPipelineWithDefaultLayout(const std::string& vertexShader, in CreateRenderPipelineWithDefaultLayout() 243 wgpu::BindGroupLayout GetBGLFromRenderShaders(const std::string& vertexShader, in GetBGLFromRenderShaders() 330 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 344 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 369 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 428 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 451 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 476 std::string vertexShader = CreateVertexShaderWithBindings({}); in TEST_F() local 522 std::string vertexShader = CreateVertexShaderWithBindings({}); in CheckShaderBindingSizeReflection() local [all …]
|
D | ShaderModuleValidationTests.cpp | 256 std::string vertexShader = in TEST_F() local 264 std::string vertexShader = in TEST_F() local 358 std::string vertexShader = in TEST_F() local 370 std::string vertexShader = in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | VertexProcessor.cpp | 68 …xProcessor::update(const vk::GraphicsState &pipelineState, const sw::SpirvShader *vertexShader, co… in update() 93 SpirvShader const *vertexShader, in routine()
|
D | SetupProcessor.cpp | 58 …ate &pipelineState, const sw::SpirvShader *fragmentShader, const sw::SpirvShader *vertexShader, co… in update() argument
|
D | PixelProcessor.cpp | 74 …ate &pipelineState, const sw::SpirvShader *fragmentShader, const sw::SpirvShader *vertexShader, co… in update() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | gl_raii.h | 182 void makeRaster(const char *vertexShader, const char *fragmentShader) in makeRaster() 187 void makeRaster(const char *vertexShader, in makeRaster() 194 void makeRaster(const char *vertexShader, in makeRaster() 203 void makeRasterWithTransformFeedback(const char *vertexShader, in makeRasterWithTransformFeedback()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 61 const char *vertexShader = R"(#version 310 es in TriangleSolidColor() local 114 const char *vertexShader = R"(#version 310 es in TriangleInterpolateColor() local 173 const char *vertexShader = R"(#version 310 es in TriangleSampleTexture() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | gl_raii.h | 159 void makeRaster(const char *vertexShader, const char *fragmentShader) in makeRaster() 164 void makeRaster(const char *vertexShader, in makeRaster() 171 void makeRasterWithTransformFeedback(const char *vertexShader, in makeRasterWithTransformFeedback()
|
/third_party/skia/experimental/webgpu-bazel/src/ |
D | bindings.cpp | 34 wgpu::RenderPipeline createRenderPipeline(wgpu::Device device, wgpu::ShaderModule vertexShader, in createRenderPipeline() 110 wgpu::RenderPipeline makeRenderPipeline(wgpu::ShaderModule vertexShader, in makeRenderPipeline()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsRandomShaderProgram.cpp | 70 …gramDeclaration (sglr::pdec::ShaderProgramDeclaration& decl, const rsg::Shader& vertexShader, cons… in generateProgramDeclaration() 96 …::pdec::ShaderProgramDeclaration generateProgramDeclaration (const rsg::Shader& vertexShader, cons… in generateProgramDeclaration() 131 RandomShaderProgram::RandomShaderProgram (const rsg::Shader& vertexShader, const rsg::Shader& fragm… in RandomShaderProgram()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Shader.h | 114 sw::VertexShader *vertexShader; variable
|
D | Device.hpp | 98 const sw::VertexShader *vertexShader; member in es2::Device
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ShaderTests.cpp | 117 std::string vertexShader = R"( in TEST_P() local 144 std::string vertexShader = R"( in TEST_P() local 187 std::string vertexShader = R"( in TEST_P() local 234 std::string vertexShader = R"( in TEST_P() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgTest.cpp | 50 rsg::Shader vertexShader(rsg::Shader::TYPE_VERTEX); in runTest() local
|
D | rsgProgramGenerator.cpp | 43 Shader& vertexShader, in generate()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | DrawTests.cpp | 48 const char *vertexShader = R"(#version 310 es in TEST_F() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmVariableInitTests.cpp | 332 const StringTemplate vertexShader ( in addShaderCodeOutput() local 489 const StringTemplate vertexShader ( in addShaderCodeOutput() local
|
D | vktSpvAsmVaryingNameTests.cpp | 60 const string vertexShader = string( in createShaders() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariableInitTests.cpp | 332 const StringTemplate vertexShader ( in addShaderCodeOutput() local 489 const StringTemplate vertexShader ( in addShaderCodeOutput() local
|
D | vktSpvAsmVaryingNameTests.cpp | 60 const string vertexShader = string( in createShaders() local
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | BackgroundRenderer.java | 106 int vertexShader = in createOnGlThread() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingTests.cpp | 340 const char* vertexShader = "" in renderResource() local 518 const char* vertexShader = "" in renderResource() local 712 const char* vertexShader = "" in createResource() local 865 const char* vertexShader = "" in createResource() local 943 const char* vertexShader = "" in renderResource() local
|
D | teglImageFormatTests.cpp | 499 const char* const vertexShader = in invokeGLES() local 586 const char* const vertexShader = in invokeGLES() local 759 const char* const vertexShader = in invokeGLES() local 857 const char* const vertexShader = in invokeGLES() local 967 const char* const vertexShader = in invokeGLES() local 1051 const char* const vertexShader = in invokeGLES() local 1149 const char* vertexShader = in invokeGLES() local 1274 const char* vertexShader = in invokeGLES() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPipeline.hpp | 115 std::shared_ptr<sw::SpirvShader> vertexShader; member in vk::GraphicsPipeline
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | LinkProgramPerfTest.cpp | 133 static const char *vertexShader = in drawBenchmark() local
|