/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 107 programCollection.glslSources.add(shaderName) << glu::VertexSource(vert.str()); in initDefaultVertShader() 123 programCollection.glslSources.add(shaderName) << glu::FragmentSource(frag.str()); in initDefaultFragShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.cpp | 331 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 341 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 254 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 276 programCollection.glslSources.add("call" + de::toString(shaderNdx)) << glu::CallableSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 955 dst.glslSources.add("quad-frag") << glu::FragmentSource(fragmentShader.str()); in init() 979 dst.glslSources.add("quad-subpass-frag") << glu::FragmentSource(subpassShader.str()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 301 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in validConversion() 513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 1013 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms() 1066 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 694 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 709 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 659 programCollection.glslSources.add("discard.vert") << glu::VertexSource(vert.str()); in initPrograms() 681 programCollection.glslSources.add("discard.frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 638 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 654 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputGLSLBase.cpp | 205 return out.str(); in getCommonLayoutQualifiers() 240 return out.str(); in getMemoryQualifiers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 52 message = stream.str(); in GetErrorMessage() 147 std::string className = stream.str(); in initializeImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 820 F.getParent()->getModuleIdentifier() + "." + F.getName().str(); in runOnMachineFunction() 848 std::string GraphFileName = FullyQualifiedName + "." + RS.str() + in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 70 FlagLabel += (Flag.Name.str() + " (0x" + utohexstr(Flag.Value) + ")"); in getFlagNames() 248 .str() + in visitMemberBegin()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderPrimitiveCounter.cpp | 536 max_vertices_string = max_vertices_sstream.str(); in createAndBuildProgramWithFeedback() 549 n_loop_iterations_string = n_loop_iterations_sstream.str(); in createAndBuildProgramWithFeedback()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderErrors.cpp | 1897 tc_code_layout_qualifier_string = tc_code_layout_qualifier_sstream.str(); in getTessellationControlShaderCode() 1902 return result.str(); in getTessellationControlShaderCode()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 879 return result.str(); in getFragmentShaderCode() 928 return result.str(); in getVertexShaderCode()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderStructTests.cpp | 175 StringTemplate(shaderSrc.str()).specialize(spParams).c_str(), in createStructCase() 180 StringTemplate(shaderSrc.str()).specialize(spParams).c_str()); in createStructCase()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 774 name = re.sub(w, '{' + str(i) + '}', name) 780 name = re.sub('\\{' + str(i) + '}', w, name)
|
H A D | genRef.py | 165 if isinstance(explicitRefs, str): 1087 for page in sorted(pages, key=str.upper):
|
H A D | generator.py | 28 file.write(' '.join(str(arg) for arg in args)) 46 if isinstance(s, str):
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | binary_parse_test.cpp | 489 const std::string str = in TEST_F() local 491 const auto str_words = MakeVector(str); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_barriers_test.cpp | 103 return ss.str(); in GenerateShaderCodeImpl() 191 return ss.str(); in GenerateKernelCode()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultiDrawTest.cpp | 87 return ss.str(); in operator ()() 214 return shader.str(); in VertexShaderSource()
|
H A D | DrawBuffersTest.cpp | 116 *programOut = CompileProgram(essl3_shaders::vs::Simple(), strstr.str().c_str()); in setupMRTProgramESSL3() 147 *programOut = CompileProgram(essl1_shaders::vs::Simple(), strstr.str().c_str()); in setupMRTProgramESSL1()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | SwiftConfig.cpp | 37 return ss.str(); in itoa() 44 return ss.str(); in ftoa()
|