/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBasicTests.cpp | 1681 const auto programSource = electTemplate.specialize(emptyMap); in initComputeOrMeshPrograms() local 1682 … programCollection.glslSources.add("comp") << glu::ComputeSource(programSource) << buildOptions; in initComputeOrMeshPrograms() 1686 const auto programSource = nonElectTemplate.specialize(emptyMap); in initComputeOrMeshPrograms() local 1687 … programCollection.glslSources.add("comp") << glu::ComputeSource(programSource) << buildOptions; in initComputeOrMeshPrograms() 1711 const auto programSource = electTemplate.specialize(meshMap); in initComputeOrMeshPrograms() local 1712 … programCollection.glslSources.add("mesh") << glu::MeshSource(programSource) << buildOptions; in initComputeOrMeshPrograms() 1716 const auto programSource = nonElectTemplate.specialize(meshMap); in initComputeOrMeshPrograms() local 1717 … programCollection.glslSources.add("mesh") << glu::MeshSource(programSource) << buildOptions; in initComputeOrMeshPrograms() 1741 const auto programSource = electTemplate.specialize(taskMap); in initComputeOrMeshPrograms() local 1742 … programCollection.glslSources.add("task") << glu::TaskSource(programSource) << buildOptions; in initComputeOrMeshPrograms() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_async_copy.cpp | 107 char programSource[4096]; programSource[0]=0; in test_copy() local 116 sprintf(programSource, kernelCode, extStr.c_str(), vecNameString, in test_copy() 120 programPtr = programSource; in test_copy()
|
H A D | test_async_strided_copy.cpp | 95 char programSource[4096]; programSource[0]=0; in test_strided_copy() local 104 sprintf(programSource, kernelCode, extStr.c_str(), vecNameString, in test_strided_copy() 108 programPtr = programSource; in test_strided_copy()
|
H A D | test_preprocessors.cpp | 97 char programSource[4096]; in test_kernel_preprocessor_macros() local 99 char *programPtr = programSource; in test_kernel_preprocessor_macros() 119 sprintf(programSource,preprocessor_test,curFileName); in test_kernel_preprocessor_macros()
|
H A D | test_async_copy_fence.cpp | 376 char programSource[4096]; in test_copy_fence() local 377 programSource[0] = 0; in test_copy_fence() 380 sprintf(programSource, kernelCode, in test_copy_fence() 389 programPtr = programSource; in test_copy_fence()
|
H A D | test_async_copy2D.cpp | 161 char programSource[4096] = { 0 }; in test_copy2D() local 162 const char *programPtr = programSource; in test_copy2D() 164 sprintf(programSource, kernelCode, elementSize); in test_copy2D()
|
H A D | test_async_copy3D.cpp | 169 char programSource[4096] = { 0 }; in test_copy3D() local 170 const char *programPtr = programSource; in test_copy3D() 172 sprintf(programSource, kernelCode, elementSize); in test_copy3D()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | test_upsample.cpp | 51 char programSource[ 10240 ], aType[ 64 ], bType[ 64 ], tType[ 64 ]; in test_upsample_2_param_fn() local 76 … sprintf( programSource, permute_2_param_kernel_pattern_v3srcdst, aType, bType, tType, fnName ); in test_upsample_2_param_fn() 80 sprintf( programSource, permute_2_param_kernel_pattern, aType, bType, tType, fnName ); in test_upsample_2_param_fn() 87 progPtr = (const char *)programSource; in test_upsample_2_param_fn()
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLCompiler.cpp | 212 std::string programSource, in convertProgram() argument 217 auto sourcePtr = std::make_unique<std::string>(std::move(programSource)); in convertProgram()
|
H A D | SkSLCompiler.h | 121 std::string programSource,
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | common.h | 1107 std::string programSource; in ExecuteSingleTest() local 1174 programSource = PragmaHeader(deviceID) + ProgramHeader(numDestItems) in ExecuteSingleTest() 1176 programLine = programSource.c_str(); in ExecuteSingleTest()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 1415 const char *programSource = sourceString.c_str(); in MakeProgram() local 1417 &programSource, testName, flags); in MakeProgram()
|