Home
last modified time | relevance | path

Searched defs:stage (Results 726 - 750 of 755) sorted by relevance

1...<<2122232425262728293031

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c7019 emulator_intercept(struct x86_emulate_ctxt *ctxt, struct x86_instruction_info *info, enum x86_intercept_stage stage) emulator_intercept() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c4954 struct hclge_fd_key_cfg *stage; in hclge_set_fd_key_config() local
5038 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) hclge_fd_tcam_config() argument
5080 hclge_fd_ad_config(struct hclge_dev *hdev, u8 stage, int loc, struct hclge_fd_ad_data *action) hclge_fd_ad_config() argument
5281 hclge_config_key(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) hclge_config_key() argument
5338 hclge_config_action(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) hclge_config_action() argument
[all...]
H A Dhclge_cmd.h1002 u8 stage; member
1016 u8 stage; member
1050 u8 stage; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5422 struct hclge_fd_key_cfg *stage; in hclge_set_fd_key_config() local
5520 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) hclge_fd_tcam_config() argument
5562 hclge_fd_ad_config(struct hclge_dev *hdev, u8 stage, int loc, struct hclge_fd_ad_data *action) hclge_fd_ad_config() argument
5731 hclge_config_key(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) hclge_config_key() argument
5788 hclge_config_action(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) hclge_config_action() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2434 gfx10_get_ngg_ms_info(struct radv_pipeline_stage *stage, struct gfx10_ngg_info *ngg) in gfx10_get_ngg_ms_info() argument
2749 radv_get_shader(const struct radv_pipeline *pipeline, gl_shader_stage stage) in radv_get_shader() argument
3391 radv_get_wave_size(struct radv_device *device, gl_shader_stage stage, const struct radv_shader_info *info) radv_get_wave_size() argument
3407 radv_get_ballot_bit_size(struct radv_device *device, gl_shader_stage stage, const struct radv_shader_info *info) radv_get_ballot_bit_size() argument
4438 radv_pipeline_stage_init(const VkPipelineShaderStageCreateInfo *sinfo, struct radv_pipeline_stage *out_stage, gl_shader_stage stage) radv_pipeline_stage_init() argument
4604 gl_shader_stage stage = vk_to_mesa_shader_stage(sinfo->stage); radv_create_shaders() local
5014 radv_pipeline_stage_to_user_data_0(struct radv_graphics_pipeline *pipeline, gl_shader_stage stage, enum amd_gfx_level gfx_level) radv_pipeline_stage_to_user_data_0() argument
6789 radv_shader_need_indirect_descriptor_sets(struct radv_pipeline *pipeline, gl_shader_stage stage) radv_shader_need_indirect_descriptor_sets() argument
7231 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->stage; radv_generate_compute_pipeline_key() local
7357 radv_get_shader_from_executable_index(struct radv_pipeline *pipeline, int index, gl_shader_stage *stage) radv_get_shader_from_executable_index() argument
7500 gl_shader_stage stage; radv_GetPipelineExecutableStatisticsKHR() local
7637 gl_shader_stage stage; radv_GetPipelineExecutableInternalRepresentationsKHR() local
[all...]
H A Dradv_cmd_buffer.c978 radv_lookup_user_sgpr(struct radv_pipeline *pipeline, gl_shader_stage stage, int idx) in radv_lookup_user_sgpr() argument
985 radv_emit_userdata_address(struct radv_device *device, struct radeon_cmdbuf *cs, struct radv_pipeline *pipeline, gl_shader_stage stage, int idx, uint64_t va) radv_emit_userdata_address() argument
1000 radv_emit_descriptor_pointers(struct radv_device *device, struct radeon_cmdbuf *cs, struct radv_pipeline *pipeline, struct radv_descriptor_state *descriptors_state, gl_shader_stage stage) radv_emit_descriptor_pointers() argument
1206 radv_emit_inline_push_consts(struct radv_device *device, struct radeon_cmdbuf *cs, struct radv_pipeline *pipeline, gl_shader_stage stage, int idx, uint32_t *values) radv_emit_inline_push_consts() argument
3539 radv_shader_loads_push_constants(struct radv_pipeline *pipeline, gl_shader_stage stage) radv_shader_loads_push_constants() argument
3547 radv_emit_all_inline_push_consts(struct radv_device *device, struct radeon_cmdbuf *cs, struct radv_pipeline *pipeline, gl_shader_stage stage, uint32_t *values, bool *need_push_constants) radv_emit_all_inline_push_consts() argument
3990 const unsigned stage = pipeline->last_vgt_api_stage; radv_flush_ngg_query_state() local
4021 const unsigned stage = pipeline->last_vgt_api_stage; radv_flush_force_vrs_state() local
6558 radv_emit_view_index_per_stage(struct radeon_cmdbuf *cs, struct radv_graphics_pipeline *pipeline, unsigned stage, unsigned index) radv_emit_view_index_per_stage() argument
7476 const unsigned stage = pipeline->last_vgt_api_stage; radv_emit_ngg_culling_state() local
10339 radv_CmdWriteBufferMarker2AMD(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) radv_CmdWriteBufferMarker2AMD() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1756 static inline bool si_can_dump_shader(struct si_screen *sscreen, gl_shader_stage stage) in si_can_dump_shader() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h3023 gl_shader_stage stage; global() member
3077 gl_shader_stage stage; global() member
3229 anv_pipeline_has_stage(const struct anv_graphics_pipeline *pipeline, gl_shader_stage stage) anv_pipeline_has_stage() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2306 gl_shader_stage stage = stage_from_pipe(p_stage); in crocus_bind_sampler_states() local
912 upload_shader_consts(struct crocus_context *ice, gl_shader_stage stage, uint32_t *map, unsigned start) upload_shader_consts() argument
2596 crocus_upload_sampler_states(struct crocus_context *ice, struct crocus_batch *batch, gl_shader_stage stage) crocus_upload_sampler_states() argument
3059 gl_shader_stage stage = stage_from_pipe(p_stage); crocus_set_shader_images() local
3155 gl_shader_stage stage = stage_from_pipe(p_stage); crocus_set_sampler_views() local
3489 gl_shader_stage stage = stage_from_pipe(p_stage); crocus_set_constant_buffer() local
3528 upload_sysvals(struct crocus_context *ice, gl_shader_stage stage) upload_sysvals() argument
3618 gl_shader_stage stage = stage_from_pipe(p_stage); crocus_set_shader_buffers() local
5371 crocus_populate_binding_table(struct crocus_context *ice, struct crocus_batch *batch, gl_shader_stage stage, bool ff_gs) crocus_populate_binding_table() argument
5648 setup_constant_buffers(struct crocus_context *ice, struct crocus_batch *batch, int stage, struct push_bos *push_bos) setup_constant_buffers() argument
5713 emit_push_constant_packets(struct crocus_context *ice, struct crocus_batch *batch, int stage, const struct push_bos *push_bos) emit_push_constant_packets() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1119 bool checkVarying(Program& program, Shader::STAGES stage, const Variable& variable, std::stringstream& stream, bool is_input) in checkVarying() argument
1375 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, in checkProgramStage() argument
1496 checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, std::stringstream& stream) checkSeparableDrawProgramInterface() argument
2321 Init(STAGES stage, const std::string& source) Init() argument
2406 Create(const Functions& gl, STAGES stage, GLuint& out_id) Create() argument
2440 GetShaderStageGLenum(STAGES stage) GetShaderStageGLenum() argument
2477 GetStageName(STAGES stage) GetStageName() argument
2514 LogSource(deqp::Context& context, const std::string& source, STAGES stage) LogSource() argument
2549 InvalidSourceException(const GLchar* error_message, const std::string& source, STAGES stage) InvalidSourceException() argument
3967 GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction) GetFlavour() argument
4350 ShaderInterface(Shader::STAGES stage) ShaderInterface() argument
4420 Add(Shader::STAGES stage, Variable* in, Variable* out) Add() argument
4433 Get(Shader::STAGES stage) Get() argument
4527 GetShaderInterface(Shader::STAGES stage) GetShaderInterface() argument
4667 cloneVariableForStage(const Variable& variable, Shader::STAGES stage, const GLchar* prefix, VaryingPassthrough& varying_passthrough) cloneVariableForStage() argument
4701 cloneVariableForStage(const Variable& variable, Shader::STAGES stage, Variable::STORAGE storage, const GLchar* prefix) cloneVariableForStage() argument
4787 CloneBlockForStage(const Interface& block, Shader::STAGES stage, Variable::STORAGE storage, const GLchar* prefix) CloneBlockForStage() argument
4817 GetStagePrefix(Shader::STAGES stage, Variable::STORAGE storage) GetStagePrefix() argument
4968 replaceBinding(Variable& variable, Shader::STAGES stage) replaceBinding() argument
5134 getLastInputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignore_prev_stage) getLastInputLocation() argument
5213 getLastOutputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignore_next_stage) getLastOutputLocation() argument
5310 isFlatRequired(Utils::Shader::STAGES stage, const Utils::Type& type, Utils::Variable::STORAGE storage, const bool coherent) const isFlatRequired() argument
5713 getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
5947 getShaderTemplate(Utils::Shader::STAGES stage) test() argument
6479 getPassSnippet(GLuint , Utils::VaryingPassthrough& varying_passthrough, Utils::Shader::STAGES stage) test() argument
6537 getVerificationSnippet(GLuint , Utils::ProgramInterface& program_interface, Utils::Shader::STAGES stage) test() argument
7306 getShaderSource(GLuint test_case_index, Utils::ProgramInterface& program_interface, Utils::VaryingPassthrough& varying_passthrough, Utils::Shader::STAGES stage) test() argument
7363 getShaderTemplate(Utils::Shader::STAGES stage) test() argument
8190 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
8452 getVerificationSnippet(GLuint , Utils::ProgramInterface& , Utils::Shader::STAGES stage) test() argument
8815 getVerificationSnippet( GLuint , Utils::ProgramInterface& , Utils::Shader::STAGES stage) test() argument
8852 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
9155 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
9614 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
10110 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
10787 getVerificationSnippet(GLuint , Utils::ProgramInterface& , Utils::Shader::STAGES stage) test() argument
10850 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
11082 isStageSupported(Utils::Shader::STAGES stage) test() argument
11214 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
11521 isStageSupported(Utils::Shader::STAGES stage) test() argument
11576 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
11901 isStageSupported(Utils::Shader::STAGES stage) test() argument
11955 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
12267 isStageSupported(Utils::Shader::STAGES stage) test() argument
12519 prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type, Utils::ProgramInterface& program_interface, Utils::VaryingPassthrough& varying_passthrough) test() argument
12768 getVerificationSnippet(GLuint , Utils::ProgramInterface& , Utils::Shader::STAGES stage) test() argument
12889 prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type, Utils::ProgramInterface& program_interface, Utils::VaryingPassthrough& varying_passthrough) test() argument
12993 getPassSnippet(GLuint , Utils::VaryingPassthrough& varying_passthrough, Utils::Shader::STAGES stage) test() argument
13120 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
13509 getPassSnippet(GLuint , Utils::VaryingPassthrough& varying_passthrough, Utils::Shader::STAGES stage) test() argument
13628 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
14036 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
14422 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
15036 prepareName(const glw::GLchar* name, glw::GLint location, glw::GLint component, Utils::Shader::STAGES stage, Utils::Variable::STORAGE storage) test() argument
15072 prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& vector_type, Utils::ProgramInterface& program_interface, const testCase& test_case, Utils::VaryingPassthrough& varying_passthrough) test() argument
15260 prepareVarying(const Utils::Type& basic_type, const descriptor& desc, const GLchar* interpolation, Utils::ShaderInterface& si, Utils::Shader::STAGES stage, Utils::Variable::STORAGE storage) test() argument
15345 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
15814 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
16261 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
16665 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
17260 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
17689 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
18077 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
18564 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
19113 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
19869 getPassSnippet(GLuint , Utils::VaryingPassthrough& , Utils::Shader::STAGES stage) test() argument
20049 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
20486 getShaderBody(glw::GLuint , Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
20528 getShaderInterface(glw::GLuint , Utils::Shader::STAGES stage, std::string& out_interface) test() argument
20780 getShaderBody(GLuint , Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
20810 getShaderInterface(GLuint , Utils::Shader::STAGES stage, std::string& out_interface) test() argument
21086 getShaderBody(GLuint , Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
21117 getShaderInterface(GLuint , Utils::Shader::STAGES stage, std::string& out_interface) test() argument
21197 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
21556 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
21902 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
22299 getShaderBody(GLuint , Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
22331 getShaderInterface(GLuint , Utils::Shader::STAGES stage, std::string& out_interface) test() argument
22416 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
22724 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
23308 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
23351 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
23552 getShaderBody(GLuint , Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
23597 getShaderInterface(GLuint , Utils::Shader::STAGES stage, std::string& out_interface) test() argument
23660 getShaderSource(GLuint , Utils::Shader::STAGES stage) test() argument
23792 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
24127 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
24547 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
24939 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
25003 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
25070 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
25185 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
25457 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
25758 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
26131 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
26185 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
26249 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
26537 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
26601 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
26682 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
26936 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
26990 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
27058 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
27281 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
27335 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
27408 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
27549 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
27814 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
27873 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
27950 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
28253 getShaderBody(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_assignments, std::string& out_calculations) test() argument
28312 getShaderInterface(GLuint test_case_index, Utils::Shader::STAGES stage, std::string& out_interface) test() argument
28401 getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) test() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp3627 GetPipelineStage(gl::ShaderType stage) GetPipelineStage() argument
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c4612 CmdWriteTimestamp2KHR( VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) CmdWriteTimestamp2KHR() argument
4642 CmdWriteBufferMarker2AMD( VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) CmdWriteBufferMarker2AMD() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c13796 dhd_net_bus_resume(struct net_device *dev, uint8 stage) in dhd_net_bus_resume() argument
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-abi.h1793 u32 stage; /* stage ptr is only used on sp */ member
/kernel/linux/linux-5.10/include/linux/greybus/
H A Dgreybus_protocols.h404 __u8 stage; member
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dgreybus_protocols.h404 __u8 stage; member
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-abi.h1793 u32 stage; /* stage ptr is only used on sp */ member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c8247 emulator_intercept(struct x86_emulate_ctxt *ctxt, struct x86_instruction_info *info, enum x86_intercept_stage stage) emulator_intercept() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h7823 static inline size_t vn_sizeof_vkCmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) in vn_sizeof_vkCmdWriteTimestamp2() argument
7837 static inline void vn_encode_vkCmdWriteTimestamp2(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) in vn_encode_vkCmdWriteTimestamp2() argument
7850 static inline size_t vn_sizeof_vkCmdWriteTimestamp2_reply(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) in vn_sizeof_vkCmdWriteTimestamp2_reply() argument
7863 static inline void vn_decode_vkCmdWriteTimestamp2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) in vn_decode_vkCmdWriteTimestamp2_reply() argument
9894 static inline void vn_submit_vkCmdWriteTimestamp2(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query, struct vn_instance_submit_command *submit) in vn_submit_vkCmdWriteTimestamp2() argument
11717 vn_call_vkCmdWriteTimestamp2(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) vn_call_vkCmdWriteTimestamp2() argument
11730 vn_async_vkCmdWriteTimestamp2(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) vn_async_vkCmdWriteTimestamp2() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp13545 VULKAN_HPP_NAMESPACE::PipelineStageFlags2 stage = {}; member
13628 VULKAN_HPP_NAMESPACE::PipelineStageFlagBits stage member
16092 VULKAN_HPP_NAMESPACE::ShaderStageFlagBits stage = VULKAN_HPP_NAMESPACE::ShaderStageFlagBits::eVertex; global() member
16232 VULKAN_HPP_NAMESPACE::PipelineShaderStageCreateInfo stage = {}; global() member
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h3046 VkShaderStageFlagBits stage; member
3056 VkPipelineShaderStageCreateInfo stage; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10527 VULKAN_HPP_NAMESPACE::PipelineStageFlags2KHR stage = {}; member
10601 VULKAN_HPP_NAMESPACE::PipelineStageFlagBits stage = VULKAN_HPP_NAMESPACE::PipelineStageFlagBits::eTopOfPipe; member
12443 VULKAN_HPP_NAMESPACE::ShaderStageFlagBits stage = VULKAN_HPP_NAMESPACE::ShaderStageFlagBits::eVertex; global() member
12569 VULKAN_HPP_NAMESPACE::PipelineShaderStageCreateInfo stage = {}; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2149 VkShaderStageFlagBits stage; member
2159 VkPipelineShaderStageCreateInfo stage; member
6256 VkPipelineStageFlags2KHR stage; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3305 VkShaderStageFlagBits stage; member
3315 VkPipelineShaderStageCreateInfo stage; member
9413 VkPipelineStageFlags2 stage; member
12147 VkPipelineStageFlagBits stage; member
[all...]

Completed in 362 milliseconds

1...<<2122232425262728293031