Home
last modified time | relevance | path

Searched refs:GetEntryPoint (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPipeline.cpp38 const EntryPointMetadata& metadata = module->GetEntryPoint(entryPoint); in ValidateProgrammableStage()
118 const EntryPointMetadata& metadata = module->GetEntryPoint(entryPointName); in PipelineBase()
H A DPipelineLayout.cpp268 const EntryPointMetadata& metadata = stage.module->GetEntryPoint(stage.entryPoint); in CreateDefault()
333 const EntryPointMetadata& metadata = stage.module->GetEntryPoint(stage.entryPoint); in CreateDefault()
H A DRenderPipeline.cpp213 descriptor->module->GetEntryPoint(descriptor->entryPoint); in ValidateVertexState()
415 descriptor->module->GetEntryPoint(descriptor->entryPoint); in ValidateFragmentState()
432 vertexState.module->GetEntryPoint(vertexState.entryPoint); in ValidateInterStageMatching()
434 fragmentState.module->GetEntryPoint(fragmentState.entryPoint); in ValidateInterStageMatching()
H A DShaderModule.h260 const EntryPointMetadata& GetEntryPoint(const std::string& entryPoint) const;
H A DShaderModule.cpp1227 const EntryPointMetadata& ShaderModuleBase::GetEntryPoint(const std::string& entryPoint) const {
/third_party/vixl/examples/aarch32/
H A Dabs.cc63 memory.GetEntryPoint<int32_t (*)(int32_t)>(abs, in main()
H A Dgetting-started.cc65 .GetEntryPoint<uint32_t (*)(uint32_t)>(demo, in main()
H A Dexamples.h62 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint() function in ExecutableMemory
H A Dpi.cc102 memory.GetEntryPoint<double (*)(uint32_t)>(pi_approx, in main()
H A Dmandelbrot.cc215 memory.GetEntryPoint<double (*)(uint32_t)>(mandelbrot, in main()
/third_party/vixl/examples/aarch64/
H A Dexecutable-memory.h66 T GetEntryPoint(const vixl::aarch64::Label& entry_point) const { in GetEntryPoint() function in ExecutableMemory
H A Dgetting-started.cc70 memory.GetEntryPoint<uint64_t (*)(uint64_t)>(demo); in main()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_attach_test.cc169 EXPECT_EQ("green", shaders[0].GetEntryPoint()); in TEST_F()
173 EXPECT_EQ("main", shaders[1].GetEntryPoint()); in TEST_F()
245 EXPECT_EQ("my_entry_point", shaders[0].GetEntryPoint()); in TEST_F()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc246 if (info.GetEntryPoint() != "main") in SetShaderEntryPoint()
679 const auto iter = descriptor_map.find(shader_info.GetEntryPoint()); in UpdateOpenCLBufferBindings()
779 const auto iter = descriptor_map.find(shader_info.GetEntryPoint()); in GenerateOpenCLPodBuffers()
830 shader_info.GetEntryPoint(); in GenerateOpenCLPodBuffers()
893 shader_info.GetEntryPoint(); in GenerateOpenCLPodBuffers()
H A Dpipeline_test.cc308 EXPECT_EQ("main", shaders[0].GetEntryPoint()); in TEST_F()
322 EXPECT_EQ("my_main", shaders[0].GetEntryPoint()); in TEST_F()
383 EXPECT_EQ("my_main", shaders[1].GetEntryPoint()); in TEST_F()
H A Dpipeline.h97 const std::string& GetEntryPoint() const { return entry_point_; } in GetEntryPoint() function in amber::Pipeline::ShaderInfo
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp133 const BindingInfoArray& moduleBindingInfo = GetEntryPoint(entryPointName).bindings; in GetTransformedModuleHandle()
H A DUtilsVulkan.cpp215 programmableStage.module->GetEntryPoint(programmableStage.entryPoint); in GetVkSpecializationInfo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp323 &programmableStage.module->GetEntryPoint(programmableStage.entryPoint) in Create()
798 program, GetEntryPoint(programmableStage.entryPoint), programmableStage)); in Compile()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc201 const auto& name = shader_info.GetEntryPoint(); in CreatePipeline()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc969 vertexEntryPoint = shader_info.GetEntryPoint(); in CreateRenderPipelineDescriptor()
971 fragmentEntryPoint = shader_info.GetEntryPoint(); in CreateRenderPipelineDescriptor()

Completed in 23 milliseconds