Home
last modified time | relevance | path

Searched refs:str (Results 8976 - 9000 of 10916) sorted by relevance

1...<<351352353354355356357358359360>>...437

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp107 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 DvktRasterizationDepthBiasControlTests.cpp331 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 DvktRayTracingBuildLargeTests.cpp254 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 DvktRenderPassSampleReadTests.cpp955 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 DvktShaderFConvertTests.cpp301 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 DvktSubgroupsBuiltinVarTests.cpp1013 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 DvktDrawInvertedDepthRangesTests.cpp694 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 DvktDynamicStateDiscardTests.cpp659 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 DvktFragmentOperationsOcclusionQueryTests.cpp638 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 DOutputGLSLBase.cpp205 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 DDisplayWGL.cpp52 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 DRegAllocPBQP.cpp820 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 DTypeRecordMapping.cpp70 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 DesextcGeometryShaderPrimitiveCounter.cpp536 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 DesextcTessellationShaderErrors.cpp1897 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 DesextcTextureBorderClampSamplingTexture.cpp879 return result.str(); in getFragmentShaderCode()
928 return result.str(); in getVertexShaderCode()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp175 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 Dextensionmetadocgenerator.py774 name = re.sub(w, '{' + str(i) + '}', name)
780 name = re.sub('\\{' + str(i) + '}', w, name)
H A DgenRef.py165 if isinstance(explicitRefs, str):
1087 for page in sorted(pages, key=str.upper):
H A Dgenerator.py28 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 Dbinary_parse_test.cpp489 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 Dval_barriers_test.cpp103 return ss.str(); in GenerateShaderCodeImpl()
191 return ss.str(); in GenerateKernelCode()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp87 return ss.str(); in operator ()()
214 return shader.str(); in VertexShaderSource()
H A DDrawBuffersTest.cpp116 *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 DSwiftConfig.cpp37 return ss.str(); in itoa()
44 return ss.str(); in ftoa()

Completed in 43 milliseconds

1...<<351352353354355356357358359360>>...437