| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| H A D | esextcTessellationShaderErrors.cpp | 530 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 D | glcSeparableProgramsTransformFeedbackTests.cpp | 79 StageData stage[STAGES_COUNT]; member [all...] |
| H A D | glcShaderIntegerMixTests.cpp | 523 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 D | gl3cGLSLnoperspectiveTests.cpp | 96 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 D | GrVkPipelineStateBuilder.cpp | 74 bool GrVkPipelineStateBuilder::createVkShaderModule(VkShaderStageFlagBits stage, in createVkShaderModule() argument 91 bool GrVkPipelineStateBuilder::installVkShaderModule(VkShaderStageFlagBits stage, in installVkShaderModule() argument
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.cpp | 27 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 D | VertexPipeline.cpp | 544 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 D | ShaderModuleGL.cpp | 236 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 D | hb-ot-map.hh | 51 unsigned int stage[2]; /* GSUB/GPOS */ member
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | entry_point.h | 133 ast::PipelineStage stage = ast::PipelineStage::kNone; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | MinimumBufferSizeValidationTests.cpp | 96 GenerateReferenceString(const std::vector<BindingDescriptor>& bindings, wgpu::ShaderStage stage) GenerateReferenceString() argument
|
| H A D | StorageTextureValidationTests.cpp | 206 wgpu::ShaderStage stage; in TEST_F() member [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_opcodes.h | 196 void SetStage (uint32 stage) in SetStage() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | eliminate_dead_io_components_pass.cpp | 46 const auto stage = context()->GetStage(); in Process() local [all...] |
| H A D | eliminate_dead_output_stores_pass.cpp | 177 auto stage = context()->GetStage(); in DoDeadOutputStoreElimination() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceDefinition.cpp | 100 static int getShaderStageIndex (glu::ShaderType stage) in getShaderStageIndex() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 58 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 D | vktTransformFeedbackRandomLayoutCase.cpp | 80 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 D | vktDrawUtil.hpp | 132 vk::VkShaderStageFlagBits stage; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VaryingPacking.h | 48 ShaderType stage; member [all...] |
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
| H A D | ability_delegator.cpp | 140 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 D | action.h | 157 PointerActionState stage; member
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
| H A D | spirv_cross_helpers_gles.cpp | 115 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 D | net_vpn_impl.cpp | 196 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 D | cpufeature.c | 709 riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned int stage) riscv_cpufeature_patch_func() argument
|