Home
last modified time | relevance | path

Searched defs:stage (Results 651 - 675 of 755) sorted by relevance

1...<<2122232425262728293031

/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c300 int stage; member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c747 u16 stage; in be_fw_wait_ready() local
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c4383 enum x86_intercept_stage stage; member
4438 svm_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) svm_check_intercept() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmain.c4155 __mlx5_ib_remove(struct mlx5_ib_dev *dev, const struct mlx5_ib_profile *profile, int stage) __mlx5_ib_remove() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h359 ZSTD_compressionStage_e stage; member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c3300 hci_init_stage_sync(struct hci_dev *hdev, const struct hci_init_stage *stage) hci_init_stage_sync() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c6285 vtn_create_builder(const uint32_t *words, size_t word_count, gl_shader_stage stage, const char *entry_point_name, const struct spirv_to_nir_options *options) vtn_create_builder() argument
6459 spirv_to_nir(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name, const struct spirv_to_nir_options *options, const nir_shader_compiler_options *nir_options) spirv_to_nir() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h429 gl_shader_stage stage; member
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h405 gl_shader_stage stage; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1371 assign_producer_var_io(gl_shader_stage stage, nir_variable *var, unsigned *reserved, unsigned char *slot_map) in assign_producer_var_io() argument
1414 is_texcoord(gl_shader_stage stage, const nir_variable *var) in is_texcoord() argument
1423 assign_consumer_var_io(gl_shader_stage stage, nir_variable *var, unsigned *reserved, unsigned char *slot_map) assign_consumer_var_io() argument
2554 zink_binding(gl_shader_stage stage, VkDescriptorType type, int index, bool compact_descriptors) zink_binding() argument
[all...]
H A Dzink_context.c499 get_imageview_for_binding(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type, unsigned idx) in get_imageview_for_binding() argument
523 get_bufferview_for_binding(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type, unsigned idx) in get_bufferview_for_binding() argument
1507 unbind_shader_image(struct zink_context *ctx, enum pipe_shader_type stage, unsigned slot) in unbind_shader_image() argument
1696 unbind_samplerview(struct zink_context *ctx, enum pipe_shader_type stage, unsigned slot) unbind_samplerview() argument
2548 get_access_flags_for_binding(struct zink_context *ctx, enum zink_descriptor_type type, enum pipe_shader_type stage, unsigned idx) get_access_flags_for_binding() argument
2578 update_resource_refs_for_stage(struct zink_context *ctx, enum pipe_shader_type stage) update_resource_refs_for_stage() argument
3282 zink_pipeline_flags_from_stage(VkShaderStageFlagBits stage) zink_pipeline_flags_from_stage() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h494 gl_shader_stage stage; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c54 gl_shader_stage stage; member
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c270 unsigned stage = tgsi_processor_to_shader_stage(sh); in update_inline_shader_state() local
978 handle_pipeline_access(struct rendering_state *state, gl_shader_stage stage) handle_pipeline_access() argument
1042 } stage[MESA_SHADER_STAGES]; global() member
1074 fill_sampler_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_stage() argument
1102 fill_sampler_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_view_stage() argument
1172 fill_sampler_buffer_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_buffer_view_stage() argument
1212 fill_image_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_image_view_stage() argument
1257 fill_image_buffer_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_image_buffer_view_stage() argument
1287 handle_descriptor(struct rendering_state *state, struct dyn_info *dyn_info, const struct lvp_descriptor_set_binding_layout *binding, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, VkDescriptorType type, const union lvp_descriptor_info *descriptor) handle_descriptor() argument
1398 handle_set_stage(struct rendering_state *state, struct dyn_info *dyn_info, const struct lvp_descriptor_set *set, gl_shader_stage stage, enum pipe_shader_type p_stage) handle_set_stage() argument
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1514 VkPipelineShaderStageCreateInfo stage[2] = {}; in setup_swapchain_data_pipeline() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2185 ps1x_sampler_type(const struct nine_shader_info *info, unsigned stage) in ps1x_sampler_type() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c473 panfrost_emit_compute_shader_meta(struct panfrost_batch *batch, enum pipe_shader_type stage) in panfrost_emit_compute_shader_meta() argument
966 panfrost_emit_images(struct panfrost_batch *batch, enum pipe_shader_type stage) in panfrost_emit_images() argument
1457 panfrost_emit_const_buf(struct panfrost_batch *batch, enum pipe_shader_type stage, unsigned *buffer_count, mali_ptr *push_constants, unsigned *pushed_words) panfrost_emit_const_buf() argument
1758 panfrost_emit_texture_descriptors(struct panfrost_batch *batch, enum pipe_shader_type stage) panfrost_emit_texture_descriptors() argument
1817 panfrost_emit_sampler_descriptors(struct panfrost_batch *batch, enum pipe_shader_type stage) panfrost_emit_sampler_descriptors() argument
3134 panfrost_emit_resources(struct panfrost_batch *batch, enum pipe_shader_type stage, mali_ptr ubos, unsigned ubo_count) panfrost_emit_resources() argument
3176 panfrost_emit_shader(struct panfrost_batch *batch, struct MALI_SHADER_ENVIRONMENT *cfg, enum pipe_shader_type stage, mali_ptr shader_ptr, mali_ptr thread_storage) panfrost_emit_shader() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2193 void PipelineLibraryShaderModuleInfoInstance::addModule (const std::string& moduleName, VkShaderStageFlagBits stage) in addModule() argument
2271 const auto stage in iterate() local
2322 const auto stage = VK_SHADER_STAGE_RAYGEN_BIT_KHR; iterate() local
[all...]
H A DvktPipelineTimestampTests.cpp94 std::string getPipelineStageFlagStr (const VkPipelineStageFlagBits stage, in getPipelineStageFlagStr() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp268 registerShaderModule(const DeviceInterface& vkd, const VkDevice device, Context& context, std::vector<de::SharedPtr<Move<VkShaderModule>>>& shaderModules, std::vector<VkPipelineShaderStageCreateInfo>& shaderCreateInfos, VkShaderStageFlagBits stage, const std::string& externalNamePart, const std::string& internalNamePart) registerShaderModule() argument
H A DvktRayQueryBuiltinTests.cpp224 VkShaderStageFlagBits stage; member
5793 getPipelineCheckSupport(const VkShaderStageFlagBits stage) getPipelineCheckSupport() argument
5820 getPipelineInitPrograms(const VkShaderStageFlagBits stage) getPipelineInitPrograms() argument
5898 VkShaderStageFlagBits stage; global() member
6005 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createBuiltinTests() local
6089 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createAdvancedTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp247 Stage stage; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp946 std::string vkt::subgroups::getShaderStageName (VkShaderStageFlags stage) in getShaderStageName() argument
1239 getFramebufferBufferDeclarations(const VkFormat& format, const std::vector<std::string>& declarations, const deUint32 stage) getFramebufferBufferDeclarations() argument
1377 getBufferDeclarations(vk::VkShaderStageFlags shaderStage, const std::string& formatName, const std::vector<std::string>& declarations, const deUint32 stage) getBufferDeclarations() argument
1751 areSubgroupOperationsSupportedForStage(Context& context, const VkShaderStageFlags stage) areSubgroupOperationsSupportedForStage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp89 std::string getShaderStageName(VkShaderStageFlagBits stage) in getShaderStageName() argument
192 VkShaderStageFlags getRequiredStages (const VkShaderStageFlagBits stage) in getRequiredStages() argument
261 assertValidShaderStage(const VkShaderStageFlagBits stage) assertValidShaderStage() argument
1511 GraphicsPipeline(OperationContext& context, const VkShaderStageFlagBits stage, const std::string& shaderPrefix, const VkDescriptorSetLayout descriptorSetLayout) GraphicsPipeline() argument
1664 BufferImplementation(OperationContext& context, Resource& resource, const VkShaderStageFlagBits stage, const BufferType bufferType, const std::string& shaderPrefix, const AccessMode mode, const bool specializedAccess, const PipelineType pipelineType, const DispatchCall dispatchCall) BufferImplementation() argument
1878 ImageImplementation(OperationContext& context, Resource& resource, const VkShaderStageFlagBits stage, const std::string& shaderPrefix, const AccessMode mode, const bool specializedAccess, const PipelineType pipelineType, const DispatchCall dispatchCall) ImageImplementation() argument
2157 initPassthroughPrograms(SourceCollections& programCollection, const std::string& shaderPrefix, const std::string& declCode, const std::string& mainCode, const VkShaderStageFlagBits stage) initPassthroughPrograms() argument
2309 BufferSupport(const ResourceDescription& resourceDesc, const BufferType bufferType, const AccessMode mode, const bool specializedAccess, const VkShaderStageFlagBits stage, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) BufferSupport() argument
2434 ImageSupport(const ResourceDescription& resourceDesc, const AccessMode mode, const bool specializedAccess, const VkShaderStageFlagBits stage, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) ImageSupport() argument
2525 BufferCopyImplementation(OperationContext& context, Resource& inResource, Resource& outResource, const VkShaderStageFlagBits stage, const BufferType bufferType, const std::string& shaderPrefix, const bool specializedAccess, const PipelineType pipelineType, const DispatchCall dispatchCall) BufferCopyImplementation() argument
2637 CopyBufferSupport(const ResourceDescription& resourceDesc, const BufferType bufferType, const bool specializedAccess, const VkShaderStageFlagBits stage, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) CopyBufferSupport() argument
2724 CopyImageImplementation(OperationContext& context, Resource& inResource, Resource& outResource, const VkShaderStageFlagBits stage, const std::string& shaderPrefix, const bool specializedAccess, const PipelineType pipelineType, const DispatchCall dispatchCall) CopyImageImplementation() argument
2878 CopyImageSupport(const ResourceDescription& resourceDesc, const VkShaderStageFlagBits stage, const bool specializedAccess, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) CopyImageSupport() argument
5873 isStageSupported(const vk::VkShaderStageFlagBits stage, const vk::VkQueueFlags queueFlags) isStageSupported() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp2425 ShaderStage stage; in testGenerator() member

Completed in 103 milliseconds

1...<<2122232425262728293031