Home
last modified time | relevance | path

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

12

/external/deqp/modules/gles31/functional/
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 …]
Des31fNegativePreciseTests.cpp151 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
Des31fNegativeSampleVariablesTests.cpp45 void verifyShader(NegativeTestContext &ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
Des31fNegativeShaderDirectiveTests.cpp76 void verifyShader(NegativeTestContext &ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
/external/deqp/external/vulkancts/framework/vulkan/
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 <<()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
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
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
DvktSpvAsmUboMatrixPaddingTests.cpp54 const string shaderSource = in addComputeUboMatrixPaddingTest() local
DvktSpvAsmConditionalBranchTests.cpp65 const StringTemplate shaderSource( in addComputeSameLabelsTest() local
/external/angle/src/tests/compiler_tests/
DPrecise_test.cpp79 const char *shaderSource) in TestShaderCompile()
95 void TestShaderCompile(const char *shaderSource, size_t expectedNoContractionDecorationCount) in TestShaderCompile()
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLI420Renderer.mm90 - (NSString *)shaderSource { method
DRTCMTLRGBRenderer.mm86 - (NSString *)shaderSource { method
DRTCMTLNV12Renderer.mm88 - (NSString *)shaderSource { method
DRTCMTLRenderer.mm155 - (NSString *)shaderSource { method
/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp235 const char *shaderSource; member
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayETC2Support.cpp173 std::string shaderSource(glu::getGLSLVersionDeclaration(glslVersion)); in prepareProgram() local
/external/deqp/external/openglcts/modules/common/subgroups/
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
/external/deqp/modules/gles3/functional/
Des3fShaderDiscardTests.cpp70const char *shaderSource, ShaderEvalFunc evalFunc, bool usesTexture) in ShaderDiscardCase()
Des3fShaderReturnTests.cpp96 const char *shaderSource, ShaderEvalFunc evalFunc) in ShaderReturnCase()
/external/deqp/external/openglcts/modules/common/
DglcLimitTest.inl103 std::string shaderSource = createShader(); local
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp76const char *shaderSource, ShaderEvalFunc evalFunc, uint32_t flags) in ShaderDiscardCase()
Des2fShaderReturnTests.cpp106const char *shaderSource, ShaderEvalFunc evalFunc, uint32_t requirements) in ShaderReturnCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp88 const std::string &shaderSource, const ShaderEvalFunc evalFunc, in ShaderReturnCase()
DvktShaderRenderDiscardTests.cpp113 …scardCase::ShaderDiscardCase(tcu::TestContext &testCtx, const char *name, const char *shaderSource, in ShaderDiscardCase()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp213 struct shaderSource struct in gl4cts::GLSL420Pack::Utils
219 struct shaderPart
225 std::vector<shaderPart> m_parts;
226 bool m_use_lengths;

12