Home
last modified time | relevance | path

Searched defs:stages (Results 1 - 25 of 200) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPerStage.cpp39 BitSetIterator<kNumStages, SingleShaderStage> IterateStages(wgpu::ShaderStage stages) { in IterateStages() argument
H A DPipelineLayout.cpp101 CreateDefault( DeviceBase* device, std::vector<StageAndDescriptor> stages) CreateDefault() argument
H A DPipeline.cpp105 PipelineBase(DeviceBase* device, PipelineLayoutBase* layout, const char* label, std::vector<StageAndDescriptor> stages) PipelineBase() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_root_signature.h40 } stages[D3D12_GFX_SHADER_STAGES]; member
H A Dd3d12_pipeline_state.h60 struct d3d12_shader *stages[PIPE_SHADER_TYPES - 1]; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.h38 } stages[] = { variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBindGroupLayoutVk.cpp32 VkShaderStageFlags VulkanShaderStageFlags(wgpu::ShaderStage stages) { in VulkanShaderStageFlags() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h55 } stages[] = { variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp130 vk::VkShaderStageFlags stages; member
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotTests.cpp431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
466 const ShaderStageFlags stages[] = in createSubgroupsBallotTests() local
[all...]
H A DglcSubgroupsBuiltinMaskVarTests.cpp428 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
463 const subgroups::ShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
H A DglcSubgroupsShapeTests.cpp511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
538 const ShaderStageFlags stages[] = in createSubgroupsShapeTests() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp53 InitializeBase(const OpenGLFunctions& gl, const PipelineLayout* layout, const PerStage<ProgrammableStage>& stages) InitializeBase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp130 vk::VkShaderStageFlags stages; member
/third_party/ffmpeg/libavfilter/
H A Daf_adecorrelate.c45 int stages; member
111 const int stages = s->stages; in filter_channel_dbl() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp135 link_util_add_program_resource(struct gl_shader_program *prog, struct set *resource_set, GLenum type, const void *data, uint8_t stages) link_util_add_program_resource() argument
H A Dlink_varyings.cpp578 gl_shader_stage stages[2] = { first_stage, last_stage }; in validate_first_and_last_interface_explicit_locations() local
H A Dlink_interface_blocks.cpp519 validate_interstage_uniform_blocks(struct gl_shader_program *prog, gl_linked_shader **stages) validate_interstage_uniform_blocks() argument
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.h133 VkPipelineShaderStageCreateInfo stages[5]; member in PipelineBuilder
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.h135 struct intel_ds_stage stages[INTEL_DS_QUEUE_STAGE_N_STAGES]; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c118 compile_shader(int stages, char **files) in compile_shader() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c279 VkShaderStageFlags stages = 0; in vn_fix_graphics_pipeline_create_info() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp485 std::vector<vk::VkShaderStageFlagBits> stages = in iterate() local

Completed in 14 milliseconds

12345678