Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderFunctionTests.cpp183 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource) in verifyShader()
377 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_floatTy… in bitfield_extract_invalid_value_type() local
401 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_offset_type() local
405 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_offset_type() local
431 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_bits_type() local
435 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_bits_type() local
477 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type() local
481 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type() local
505 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_insert_type() local
509 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_insert_type() local
[all …]
Des31fNegativePreciseTests.cpp146 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
Des31fNegativeSampleVariablesTests.cpp45 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, … in verifyShader()
/third_party/vk-gl-cts/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 <<()
82 tcu::TestLog& operator<< (tcu::TestLog& log, const GlslSource& shaderSource) in operator <<()
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource) in operator <<()
/third_party/vk-gl-cts/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.cpp169 const string shaderSource = in addComputeVectorCompositeInsertTests() local
317 const string shaderSource = in addComputeMatrixCompositeInsertTests() local
471 const string shaderSource = in addComputeNestedStructCompositeInsertTests() local
DvktSpvAsmUboMatrixPaddingTests.cpp54 const string shaderSource = in addComputeUboMatrixPaddingTest() local
DvktSpvAsmConditionalBranchTests.cpp65 const StringTemplate shaderSource ( in addComputeSameLabelsTest() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp79 const char *shaderSource) in TestShaderCompile()
94 void TestShaderCompile(const char *shaderSource, size_t expectedNoContractionDecorationCount) in TestShaderCompile()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DComputeIndirectTests.cpp27 const char* shaderSource = R"( member in ComputeIndirectTests
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp110 const std::string &shaderSource, in GlslangCompileToSpirv()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp235 const char *shaderSource; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp234 const char *shaderSource; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp69 std::ostringstream& shaderSource, in GenerateSamplingShader()
127 std::ostringstream shaderSource; in CreateSamplingRenderPipeline() local
147 std::ostringstream shaderSource; in CreateSamplingComputePipeline() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayETC2Support.cpp168 std::string shaderSource(glu::getGLSLVersionDeclaration(glslVersion)); in prepareProgram() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp357 std::string shaderSource; in getShaderSource() local
694 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignResourceBinding() local
749 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignAtomicCounterBufferBindings() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp191 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
203 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
215 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
227 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
239 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDiscardTests.cpp68 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
Des3fShaderReturnTests.cpp82 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLimitTest.inl103 std::string shaderSource = createShader(); local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderDiscardTests.cpp74 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
Des2fShaderReturnTests.cpp92 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp84 const std::string& shaderSource, in ShaderReturnCase()
DvktShaderRenderDiscardTests.cpp129 const char* shaderSource, in ShaderDiscardCase()
/third_party/vk-gl-cts/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;

123