Home
last modified time | relevance | path

Searched defs:shaderSource (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderFunctionTests.cpp153 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 Des31fNegativePreciseTests.cpp151 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
H A Des31fNegativeSampleVariablesTests.cpp45 void verifyShader(NegativeTestContext &ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkShaderProgram.cpp31 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 DvktSpvAsmPointerParameterTests.cpp68 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 DvktSpvAsmCompositeInsertTests.cpp180 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 DvktSpvAsmUboMatrixPaddingTests.cpp54 const string shaderSource = in addComputeUboMatrixPaddingTest() local
H A DvktSpvAsmConditionalBranchTests.cpp65 const StringTemplate shaderSource( in addComputeSameLabelsTest() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_wgsl_util.cpp25 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 DPrecise_test.cpp79 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 DglcSubgroupsTestsUtils.cpp187 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 Dgl4cShadingLanguage420PackTests.hpp213 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 DRTCMTLI420Renderer.mm90 - (NSString *)shaderSource { method
H A DRTCMTLRGBRenderer.mm86 - (NSString *)shaderSource { method
H A DRTCMTLNV12Renderer.mm88 - (NSString *)shaderSource { method
H A DRTCMTLRenderer.mm155 - (NSString *)shaderSource { method
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DShaderHelper.java140 public static int compileShader(final int shaderType, final String shaderSource) { in compileShader()
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A DShader.cpp90 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/
DGLHelper.java184 private static int compileShader(int shaderType, String shaderSource) { in compileShader()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DCompilerPerf.cpp233 const char *shaderSource; member
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayETC2Support.cpp173 std::string shaderSource(glu::getGLSLVersionDeclaration(glslVersion)); in prepareProgram() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderDiscardTests.cpp70const char *shaderSource, ShaderEvalFunc evalFunc, bool usesTexture) in ShaderDiscardCase()
H A Des3fShaderReturnTests.cpp96 const char *shaderSource, ShaderEvalFunc evalFunc) in ShaderReturnCase()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcLimitTest.inl103 std::string shaderSource = createShader(); local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp76const char *shaderSource, ShaderEvalFunc evalFunc, uint32_t flags) in ShaderDiscardCase()

12