| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_descriptors_lazy.c | 174 struct zink_shader **stages; in zink_descriptor_program_init_lazy() local
|
| H A D | zink_program.c | 404 assign_io(struct zink_gfx_program *prog, struct zink_shader *stages[ZINK_SHADER_COUNT]) in assign_io() argument 430 zink_create_gfx_program(struct zink_context *ctx, struct zink_shader *stages[ZINK_SHADER_COUNT], unsigned vertices_per_patch) zink_create_gfx_program() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryNonUniformArgsTests.cpp | 180 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 270 const auto stages = getUsedStages(m_params); in iterate() local
|
| H A D | vktRayTracingPositionFetchTests.cpp | 242 const auto stages = VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_ANY_HIT_BIT_KHR; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsArithmeticTests.cpp | 406 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 423 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
|
| H A D | vktSubgroupsPartitionedTests.cpp | 439 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 448 stages, // vk::VkShaderStageFlags stages; in test() local 455 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local 464 stages, // vk::VkShaderStageFlags stages; in test() local
|
| H A D | vktSubgroupsShuffleTests.cpp | 437 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 447 stages, // vk::VkShaderStageFlags stages; in test() local 456 stages, // vk::VkShaderStageFlags stages; in test() local 465 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local 475 stages, // vk::VkShaderStageFlags stages; in test() local 484 stages, // v in test() local [all...] |
| H A D | vktSubgroupsVoteTests.cpp | 471 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 488 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | config_helper_vulkan.cc | 620 static const std::pair<VkShaderStageFlagBits, const char*> stages[] = { in stageFlagBitsToNames() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineTimestampTests.cpp | 265 TimestampTestParam(const PipelineConstructionType pipelineConstructionType, const VkPipelineStageFlagBits* stages, const deUint32 stageCount, const bool inRenderPass, const bool hostQueryReset, const VkQueryResultFlags queryResultFlags) TimestampTestParam() argument 351 TransferTimestampTestParam(const PipelineConstructionType pipelineConstructionType, const VkPipelineStageFlagBits* stages, const deUint32 stageCount, const bool inRenderPass, const bool hostQueryReset, const deUint32 methodNdx, const VkQueryResultFlags flags) TransferTimestampTestParam() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryNonUniformArgsTests.cpp | 180 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 231 const auto stages = getUsedStages(m_params); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsPartitionedTests.cpp | 421 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 430 stages, // vk::VkShaderStageFlags stages; in test() local 437 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local 446 stages, // vk::VkShaderStageFlags stages; in test() local
|
| H A D | vktSubgroupsShuffleTests.cpp | 419 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 429 stages, // vk::VkShaderStageFlags stages; in test() local 438 stages, // vk::VkShaderStageFlags stages; in test() local 447 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local 457 stages, // vk::VkShaderStageFlags stages; in test() local 466 stages, // v in test() local [all...] |
| H A D | vktSubgroupsVoteTests.cpp | 471 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local 488 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluShaderProgram.cpp | 343 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program) in useProgramStages() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_scale_npp.c | 130 NPPScaleStageContext stages[STAGE_NB]; member [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan.h | 86 VkShaderStageFlags stages; member
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 451 VkPipelineShaderStageCreateInfo stages[3] = { 0 }; in create_pipeline() local [all...] |
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 436 void print_pipeline_ir(VkDevice device, VkPipeline pipeline, VkShaderStageFlagBits stages, in print_pipeline_ir() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_debug.c | 378 unsigned stages = active_stages; in radv_dump_annotated_shaders() local 457 unsigned stages = active_stages; in radv_dump_shaders() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 381 VkShaderStageFlags stages = 0; in anv_CmdBindPipeline() local 474 VkShaderStageFlags stages = set_layout->shader_stages; in anv_cmd_buffer_bind_descriptor_set() local 309 anv_cmd_buffer_set_ray_query_buffer(struct anv_cmd_buffer *cmd_buffer, struct anv_cmd_pipeline_state *pipeline_state, struct anv_pipeline *pipeline, VkShaderStageFlags stages) anv_cmd_buffer_set_ray_query_buffer() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 1299 midgard_instruction *stages[] = { sadd, vadd, smul, vlut }; in mir_schedule_alu() local 1372 midgard_instruction *stages[] = { vmul, sadd, vadd, smul, vlut, branch }; mir_schedule_alu() local [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_render_pass.c | 1160 VkPipelineStageFlagBits2 stages; member 1179 VkPipelineStageFlagBits2 stages = 0; in stage_access_for_layout() local [all...] |