/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeShaderFunctionTests.cpp | 153 void verifyShader(NegativeTestContext &ctx, glu::ShaderType shaderType, std::string shaderSource) in verifyShader() 377 const std::string shaderSource(genShaderSourceBitfieldExtract( in bitfield_extract_invalid_value_type() local 402 const std::string shaderSource( in bitfield_extract_invalid_offset_type() local 408 const std::string shaderSource( in bitfield_extract_invalid_offset_type() local 436 const std::string shaderSource( in bitfield_extract_invalid_bits_type() local 442 const std::string shaderSource( in bitfield_extract_invalid_bits_type() local 490 const std::string shaderSource( in bitfield_insert_invalid_base_type() local 496 const std::string shaderSource( in bitfield_insert_invalid_base_type() local 522 const std::string shaderSource( in bitfield_insert_invalid_insert_type() local 528 const std::string shaderSource( in bitfield_insert_invalid_insert_type() local [all …]
|
H A D | es31fNegativePreciseTests.cpp | 151 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
|
H A D | es31fNegativeSampleVariablesTests.cpp | 45 void verifyShader(NegativeTestContext &ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkShaderProgram.cpp | 31 GlslSource &GlslSource::operator<<(const glu::ShaderSource &shaderSource) in operator <<() 43 HlslSource &HlslSource::operator<<(const glu::ShaderSource &shaderSource) in operator <<() 81 tcu::TestLog &operator<<(tcu::TestLog &log, const GlslSource &shaderSource) in operator <<() 86 tcu::TestLog &operator<<(tcu::TestLog &log, const HlslSource &shaderSource) in operator <<()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPointerParameterTests.cpp | 68 const string shaderSource = in addComputePointerParamToParamTest() local 174 const string shaderSource = in addComputePointerParamToGlobalTest() local 291 const string shaderSource = in addComputePointerBufferMemoryTest() local 420 const string shaderSource = in addComputePointerBufferMemoryVariablePointersTest() local 559 const string shaderSource = in addComputePointerWorkgroupMemoryVariablePointersTest() local
|
H A D | vktSpvAsmCompositeInsertTests.cpp | 180 const string shaderSource = in addComputeVectorCompositeInsertTests() local 346 const string shaderSource = in addComputeMatrixCompositeInsertTests() local 519 const string shaderSource = " OpCapability Shader\n" in addComputeNestedStructCompositeInsertTests() local
|
H A D | vktSpvAsmUboMatrixPaddingTests.cpp | 54 const string shaderSource = in addComputeUboMatrixPaddingTest() local
|
H A D | vktSpvAsmConditionalBranchTests.cpp | 65 const StringTemplate shaderSource( in addComputeSameLabelsTest() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_wgsl_util.cpp | 25 std::string WgslReplaceLocationMarkers(const std::string &shaderSource, in WgslReplaceLocationMarkers() 85 std::string WgslAssignLocations(const std::string &shaderSource, in WgslAssignLocations()
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | Precise_test.cpp | 79 const char *shaderSource) in TestShaderCompile() 95 void TestShaderCompile(const char *shaderSource, size_t expectedNoContractionDecorationCount) in TestShaderCompile()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 187 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local 198 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local 210 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local 222 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local 234 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 213 struct shaderSource struct in gl4cts::GLSL420Pack::Utils 219 struct shaderPart 225 std::vector<shaderPart> m_parts; 226 bool m_use_lengths;
|
/aosp_15_r20/external/webrtc/sdk/objc/components/renderer/metal/ |
H A D | RTCMTLI420Renderer.mm | 90 - (NSString *)shaderSource { method
|
H A D | RTCMTLRGBRenderer.mm | 86 - (NSString *)shaderSource { method
|
H A D | RTCMTLNV12Renderer.mm | 88 - (NSString *)shaderSource { method
|
H A D | RTCMTLRenderer.mm | 155 - (NSString *)shaderSource { method
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
H A D | ShaderHelper.java | 140 public static int compileShader(final int shaderType, final String shaderSource) { in compileShader()
|
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
H A D | Shader.cpp | 90 GLuint Shader::loadShader(GLenum shaderType, const std::string &shaderSource) { in loadShader()
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/blurredbackground/ |
D | GLHelper.java | 184 private static int compileShader(int shaderType, String shaderSource) { in compileShader()
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | CompilerPerf.cpp | 233 const char *shaderSource; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayETC2Support.cpp | 173 std::string shaderSource(glu::getGLSLVersionDeclaration(glslVersion)); in prepareProgram() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderDiscardTests.cpp | 70 … const char *shaderSource, ShaderEvalFunc evalFunc, bool usesTexture) in ShaderDiscardCase()
|
H A D | es3fShaderReturnTests.cpp | 96 const char *shaderSource, ShaderEvalFunc evalFunc) in ShaderReturnCase()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcLimitTest.inl | 103 std::string shaderSource = createShader(); local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderDiscardTests.cpp | 76 … const char *shaderSource, ShaderEvalFunc evalFunc, uint32_t flags) in ShaderDiscardCase()
|