/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 450 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, *pipelineLayout); in runTest() local
|
H A D | vktRayTracingDirectionTests.cpp | 536 Move<VkPipeline> pipeline; in iterate() local
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 513 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline() local 644 const Move<VkPipeline> pipeline = makePipeline(rayTracingPipeline, *pipelineLayout); in runTest() local 518 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group, const deUint32 groupCount) createShaderBindingTable() argument [all...] |
H A D | vktRayTracingNonUniformArgsTests.cpp | 373 Move<VkPipeline> pipeline; in iterate() local
|
H A D | vktRayTracingOpacityMicromapTests.cpp | 663 Move<VkPipeline> pipeline; in iterate() local
|
H A D | vktRayTracingTraversalControlTests.cpp | 615 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, *pipelineLayout); in runTest() local 279 initShaderBindingTables(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, TestParams& testParams, VkPipeline pipeline, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, de::MovePtr<BufferWithMemory>& raygenShaderBindingTable, de::MovePtr<BufferWithMemory>& hitShaderBindingTable, de::MovePtr<BufferWithMemory>& missShaderBindingTable, de::MovePtr<BufferWithMemory>& callableShaderBindingTable, VkStridedDeviceAddressRegionKHR& raygenShaderBindingTableRegion, VkStridedDeviceAddressRegionKHR& hitShaderBindingTableRegion, VkStridedDeviceAddressRegionKHR& missShaderBindingTableRegion, VkStridedDeviceAddressRegionKHR& callableShaderBindingTableRegion) initShaderBindingTables() argument
|
H A D | vktRayTracingWatertightnessTests.cpp | 165 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline() local 617 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP, hitGroupCount); in runTest() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 176 Move<VkPipeline> pipeline; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 222 vk::Move<vk::VkPipeline> pipeline = makeComputePipeline(vkd, device, *pipelineLayout, *shaderModule); in refreshObjects() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 862 Move<VkPipeline> pipeline = createGraphicsPipeline(*pipelineLayout, *renderPass, *vertexModule, *fragmentModule); in iterate() local 1051 Move<VkPipeline> pipeline = makeComputePipeline(vki, dev, *pipelineLayout, *shaderModule); in iterate() local 1192 Move<VkPipeline> pipeline = makeComputePipeline(vki, dev, *pipelineLayout, *shaderModule); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 356 TestStatus executeComputePipeline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeComputePipeline() argument 430 TestStatus executeGraphicPipeline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeGraphicPipeline() argument 664 Move<VkPipeline> pipeline = createComputePipeline(vk,device,m_pipelineCache, &m_pipelineInfo[shaderNdx]); in runThread() local 703 Move<VkPipeline> pipeline = createGraphicsPipeline(vk,device, m_pipelineCache, &m_pipelineInfo[shaderNdx]); in runThread() local 771 Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo[0]); iterate() local 900 Move<VkPipeline> pipeline = createGraphicsPipeline(vk, device, *pipelineCache, &pipelineInfo[0]); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 540 Move<VkPipeline> pipeline; in bufferMarkerMemoryDep() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 892 Move<VkPipeline> pipeline; in iterate() local
|
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 210 Move<VkPipeline> pipeline = createComputePipeline(vk, device, DE_NULL, &pipelineInfo, NULL); in runCompute() local
|
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 143 Move<VkPipeline> pipeline = createComputePipeline(vk, device, DE_NULL, &pipelineInfo, NULL); local 1332 Move<VkPipeline> pipeline = createComputePipeline(vk, device, DE_NULL, &pipelineInfo, NULL); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 676 void DrawTestInstance::drawCommands(vk::VkCommandBuffer cmdBuffer, vk::VkPipeline pipeline, vk::VkPipelineLayout pipelineLayout, in drawCommands() argument
|
H A D | vktDrawScissorTests.cpp | 400 Move<VkPipeline> pipeline; in iterate() local 648 void ScissorTestInstance::drawCommands(VkCommandBuffer cmdBuffer, VkPipeline pipeline, VkBuffer vertexBuffer) const in drawCommands() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 916 Move<VkPipeline> pipeline = makeComputePipeline(vki, dev, *pipelineLayout, *shaderModule); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 500 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate() local
|
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 421 const auto pipeline = makeGraphicsPipeline( in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewritePipelines.cpp | 84 Exec(PipelineStructInfo &out, TCompiler &compiler, TIntermBlock &root, IdGen &idGen, const Pipeline &pipeline, SymbolEnv &symbolEnv, const std::vector<sh::ShaderVariable> *variableInfos) Exec() argument 102 GeneratePipelineStruct(TCompiler &compiler, IdGen &idGen, const Pipeline &pipeline, SymbolEnv &symbolEnv, const std::vector<sh::ShaderVariable> *variableInfos) GeneratePipelineStruct() argument 288 CreatePipelineMainLocalVar(TSymbolTable &symbolTable, const Pipeline &pipeline, PipelineScoped<TStructure> pipelineStruct) CreatePipelineMainLocalVar() argument 352 PipelineFunctionEnv(TCompiler &compiler, SymbolEnv &symbolEnv, IdGen &idGen, const Pipeline &pipeline, const std::unordered_set<const TFunction *> &pipelineFunctions, PipelineScoped<TStructure> pipelineStruct, PipelineScoped<TVariable> &pipelineMainLocalVar) PipelineFunctionEnv() argument 555 ThreadPipeline(TCompiler &compiler, TIntermBlock &root, const Pipeline &pipeline, const std::unordered_set<const TFunction *> &pipelineFunctions, PipelineScoped<TStructure> pipelineStruct, PipelineScoped<TVariable> &pipelineMainLocalVar, IdGen &idGen, SymbolEnv &symbolEnv, const TFunction *funcOriginalToModified, const TFunction *funcModifiedToOriginal) ThreadPipeline() argument 577 UpdatePipelineFunctions(TCompiler &compiler, const Pipeline &pipeline, const std::unordered_set<const TFunction *> &pipelineFunctions, PipelineScoped<TStructure> pipelineStruct, PipelineScoped<TVariable> &pipelineMainLocalVar, IdGen &idGen, SymbolEnv &symbolEnv, const TFunction *funcOriginalToModified, const TFunction *funcModifiedToOriginal) UpdatePipelineFunctions() argument 894 RewritePipeline(TCompiler &compiler, TIntermBlock &root, IdGen &idGen, const Pipeline &pipeline, SymbolEnv &symbolEnv, const std::vector<sh::ShaderVariable> *variableInfo, PipelineScoped<TStructure> &outStruct) RewritePipeline() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 691 glw::GLuint pipeline; iterate() local 868 checkProgInfoLog(const glw::Functions& gl, GLuint pipeline) checkProgInfoLog() argument 1387 setAndCompareUniforms(glw::GLuint pipeline, glw::GLuint programA, glw::GLuint programB, glu::DataType dType, int seed) setAndCompareUniforms() argument 1646 setAndCompareMatrixUniforms(glw::GLuint pipeline, glw::GLuint programA, glw::GLuint programB, glu::DataType dType, int seed) setAndCompareMatrixUniforms() argument 1890 glw::GLuint pipeline = 0; iterate() local 2194 glw::GLuint pipeline; iterate() local 2668 glw::GLuint pipeline; iterate() local [all...] |
H A D | es31cVertexAttribBindingTests.cpp | 299 bool pipeline; member in glcts::__anon27702::BasicUsage 2397 bool pipeline; member in glcts::__anon27702::AdvancedBindingUpdate 2860 bool pipeline; global() member in glcts::__anon27702::AdvancedLargeStrideAndOffsetsNewAndLegacyAPI [all...] |
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser.cc | 583 ParsePipelineBody(const std::string& cmd_name, std::unique_ptr<Pipeline> pipeline) ParsePipelineBody() argument 644 ParsePipelineAttach(Pipeline* pipeline) ParsePipelineAttach() argument 726 ParseShaderSpecialization(Pipeline* pipeline) ParseShaderSpecialization() argument 775 ParsePipelineShaderOptimizations(Pipeline* pipeline) ParsePipelineShaderOptimizations() argument 811 ParsePipelineShaderCompileOptions(Pipeline* pipeline) ParsePipelineShaderCompileOptions() argument 849 ParsePipelineSubgroup(Pipeline* pipeline) ParsePipelineSubgroup() argument 936 ParsePipelinePatchControlPoints(Pipeline* pipeline) ParsePipelinePatchControlPoints() argument 950 ParsePipelineFramebufferSize(Pipeline* pipeline) ParsePipelineFramebufferSize() argument 970 ParsePipelineViewport(Pipeline* pipeline) ParsePipelineViewport() argument 1073 ParsePipelineBind(Pipeline* pipeline) ParsePipelineBind() argument 1426 ParsePipelineVertexData(Pipeline* pipeline) ParsePipelineVertexData() argument 1505 ParsePipelineIndexData(Pipeline* pipeline) ParsePipelineIndexData() argument 1521 ParsePipelineSet(Pipeline* pipeline) ParsePipelineSet() argument 1592 ParsePipelinePolygonMode(Pipeline* pipeline) ParsePipelinePolygonMode() argument 1611 ParsePipelineDepth(Pipeline* pipeline) ParsePipelineDepth() argument 1726 ParsePipelineStencil(Pipeline* pipeline) ParsePipelineStencil() argument 1866 ParsePipelineBlend(Pipeline* pipeline) ParsePipelineBlend() argument 2571 auto* pipeline = script_->GetPipeline(token->AsString()); ParseRun() local 2895 auto* pipeline = script_->GetPipeline(token->AsString()); ParseClear() local 3290 auto* pipeline = script_->GetPipeline(token->AsString()); ParseClearColor() local 3353 auto* pipeline = script_->GetPipeline(token->AsString()); ParseClearDepth() local 3385 auto* pipeline = script_->GetPipeline(token->AsString()); ParseClearStencil() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser.cc | 51 CommandParser(Script* script, Pipeline* pipeline, size_t current_line, const std::string& data) CommandParser() argument
|