Home
last modified time | relevance | path

Searched defs:stage (Results 251 - 275 of 755) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp530 getGLEnumForPipelineStage(_pipeline_stage stage) getGLEnumForPipelineStage() argument
721 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
859 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
979 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1096 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1221 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1340 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1455 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1567 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1682 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1794 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
1938 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2042 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2138 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2233 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2341 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2441 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2544 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
2647 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp79 StageData stage[STAGES_COUNT]; member
[all...]
H A DglcShaderIntegerMixTests.cpp523 bool probe_pixel(TestLog& log, const char* stage, int x, int y, const tcu::IVec4& expected) in probe_pixel() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGLSLnoperspectiveTests.cpp96 glw::GLuint prepare_shader(deqp::Context& context, glw::GLenum stage, const glw::GLchar* code) in prepare_shader() argument
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp74 bool GrVkPipelineStateBuilder::createVkShaderModule(VkShaderStageFlagBits stage, in createVkShaderModule() argument
91 bool GrVkPipelineStateBuilder::installVkShaderModule(VkShaderStageFlagBits stage, in installVkShaderModule() argument
/third_party/skia/src/core/
H A DSkRasterPipeline.cpp27 void SkRasterPipeline::append(StockStage stage, void* ctx) { in append() argument
40 unchecked_append(StockStage stage, void* ctx) unchecked_append() argument
45 append(StockStage stage, uintptr_t ctx) append() argument
97 auto stage = unbounded_set_rgb; append_set_rgb() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexPipeline.cpp544 void VertexPipeline::processTextureCoordinate(int stage, Vector4f &normal, Vector4f &position) in processTextureCoordinate() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp236 SingleShaderStage stage = ExecutionModelToShaderStage(entryPoint.execution_model); in ReflectShaderUsingSPIRVCross() local
69 ExtractSpirvInfo( const DeviceBase* device, const spirv_cross::Compiler& compiler, const std::string& entryPointName, SingleShaderStage stage) ExtractSpirvInfo() argument
263 TranslateToGLSL(const char* entryPointName, SingleShaderStage stage, CombinedSamplerInfo* combinedSamplers, const PipelineLayout* layout, bool* needsDummySampler) const TranslateToGLSL() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.hh51 unsigned int stage[2]; /* GSUB/GPOS */ member
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dentry_point.h133 ast::PipelineStage stage = ast::PipelineStage::kNone; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DMinimumBufferSizeValidationTests.cpp96 GenerateReferenceString(const std::vector<BindingDescriptor>& bindings, wgpu::ShaderStage stage) GenerateReferenceString() argument
H A DStorageTextureValidationTests.cpp206 wgpu::ShaderStage stage; in TEST_F() member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcodes.h196 void SetStage (uint32 stage) in SetStage() argument
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_io_components_pass.cpp46 const auto stage = context()->GetStage(); in Process() local
[all...]
H A Deliminate_dead_output_stores_pass.cpp177 auto stage = context()->GetStage(); in DoDeadOutputStoreElimination() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp100 static int getShaderStageIndex (glu::ShaderType stage) in getShaderStageIndex() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp58 vk::VkShaderStageFlagBits stage; member
244 vk::VkShaderStageFlagBits stage in createSubgroupUniformControlFlowTests() local
78 SubgroupUniformControlFlowTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const std::string& readFilename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation) SubgroupUniformControlFlowTestCase() argument
307 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; createSubgroupUniformControlFlowTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp80 InterfaceFlags stage = static_cast<InterfaceFlags>(LAYOUT_XFBBUFFER | LAYOUT_XFBOFFSET); in RandomInterfaceBlockCase() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp132 vk::VkShaderStageFlagBits stage; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVaryingPacking.h48 ShaderType stage; member
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dability_delegator.cpp140 auto stage = monitor->WaitForAbilityStage(); in WaitAbilityStageMonitor() local
175 auto stage = monitor->WaitForAbilityStage(timeoutMs); in WaitAbilityStageMonitor() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.h157 PointerActionState stage; member
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp115 ProcessStruct(std::string_view(name.data(), name.size()), 0, compiler, remap.base_type_id, reflections, stage); in ReflectPushConstants() local
99 ReflectPushConstants(spirv_cross::Compiler& compiler, const spirv_cross::ShaderResources& resources, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) ReflectPushConstants() argument
186 ProcessStruct(std::string_view baseName, size_t baseOffset, const spirv_cross::Compiler& compiler, uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) ProcessStruct() argument
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp196 int32_t NetVpnImpl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() argument
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcpufeature.c709 riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned int stage) riscv_cpufeature_patch_func() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...31