Home
last modified time | relevance | path

Searched defs:stages (Results 76 - 100 of 200) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c174 struct zink_shader **stages; in zink_descriptor_program_init_lazy() local
H A Dzink_program.c404 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 DvktRayQueryNonUniformArgsTests.cpp180 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp270 const auto stages = getUsedStages(m_params); in iterate() local
H A DvktRayTracingPositionFetchTests.cpp242 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 DvktSubgroupsArithmeticTests.cpp406 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 DvktSubgroupsPartitionedTests.cpp439 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 DvktSubgroupsShuffleTests.cpp437 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 DvktSubgroupsVoteTests.cpp471 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 Dconfig_helper_vulkan.cc620 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 DvktPipelineTimestampTests.cpp265 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 DvktRayQueryNonUniformArgsTests.cpp180 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 DvktRayTracingBarycentricCoordinatesTests.cpp231 const auto stages = getUsedStages(m_params); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp421 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 DvktSubgroupsShuffleTests.cpp419 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 DvktSubgroupsVoteTests.cpp471 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 DgluShaderProgram.cpp343 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program) in useProgramStages() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_npp.c130 NPPScaleStageContext stages[STAGE_NB]; member
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan.h86 VkShaderStageFlags stages; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c451 VkPipelineShaderStageCreateInfo stages[3] = { 0 }; in create_pipeline() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp436 void print_pipeline_ir(VkDevice device, VkPipeline pipeline, VkShaderStageFlagBits stages, in print_pipeline_ir() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c378 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 Danv_cmd_buffer.c381 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 Dmidgard_schedule.c1299 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 Dvk_render_pass.c1160 VkPipelineStageFlagBits2 stages; member
1179 VkPipelineStageFlagBits2 stages = 0; in stage_access_for_layout() local
[all...]

Completed in 31 milliseconds

12345678