| /third_party/glslang/glslang/Public/ |
| H A D | ShaderLang.h | 756 EShLanguageMask stages; member in glslang::TObjectReflection 965 std::list<TShader*> stages[EShLangCount]; member in glslang::TProgram
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline_rt.c | 51 VkPipelineShaderStageCreateInfo *stages = NULL; in radv_create_merged_rt_create_info() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1077 static const char *stages[] = {"VS", "TCS", "TES", "GS", "PS", "CS"}; in si_shader_dump_stats_for_shader_db() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 449 VkGraphicsPipelineLibraryFlagsEXT stages; member
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 548 anv_pipeline_hash_graphics(struct anv_graphics_pipeline *pipeline, struct anv_pipeline_layout *layout, struct anv_pipeline_stage *stages, unsigned char *sha1_out) anv_pipeline_hash_graphics() argument 1315 anv_graphics_pipeline_init_keys(struct anv_graphics_pipeline *pipeline, const struct vk_graphics_pipeline_state *state, struct anv_pipeline_stage *stages) anv_graphics_pipeline_init_keys() argument 1380 anv_graphics_pipeline_load_cached_shaders(struct anv_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, struct anv_pipeline_stage *stages, VkPipelineCreationFeedbackEXT *pipeline_feedback) anv_graphics_pipeline_load_cached_shaders() argument 1468 anv_graphics_pipeline_load_nir(struct anv_graphics_pipeline *pipeline, struct vk_pipeline_cache *cache, struct anv_pipeline_stage *stages, void *pipeline_ctx) anv_graphics_pipeline_load_nir() argument 1516 struct anv_pipeline_stage stages[ANV_GRAPHICS_SHADER_STAGE_COUNT] = {}; anv_graphics_pipeline_compile() local 2372 struct anv_pipeline_stage *stages = anv_pipeline_init_ray_tracing_stages() local 2439 anv_pipeline_load_cached_shaders(struct anv_ray_tracing_pipeline *pipeline, struct vk_pipeline_cache *cache, const VkRayTracingPipelineCreateInfoKHR *info, struct anv_pipeline_stage *stages, uint32_t *stack_max) anv_pipeline_load_cached_shaders() argument 2496 struct anv_pipeline_stage *stages = anv_pipeline_compile_ray_tracing() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_descriptor_set.c | 512 uint32_t stages = 0; in dzn_pipeline_layout_hash_stages() local [all...] |
| H A D | dzn_pipeline.c | 522 uint32_t stages; member 606 uint32_t stages = 0; in dzn_pipeline_cache_add_gfx_pipeline() local 679 } stages[MESA_VULKAN_SHADER_STAGES] = { 0 }; in dzn_graphics_pipeline_compile_shaders() local [all...] |
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 415 static const char *stages[] = { in display_urb_window() local 657 batch_display_urb(void *user_data, const struct aub_decode_urb_stage_state *stages) in batch_display_urb() argument
|
| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | aio-stress.c | 72 static long stages; variable
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 2623 const uint64_t stages = res->bind_stages; in iris_dirty_for_history() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_descriptors.c | 1049 struct zink_shader **stages; in create_descriptor_ref_template() local 1284 struct zink_shader **stages; in update_push_ubo_descriptors() local 1372 struct zink_shader **stages; in update_descriptors_internal() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1070 const VkPipelineShaderStageCreateInfo stages[] = in create() local
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1055 const VkPipelineShaderStageCreateInfo stages[] = in create() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindPointTests.cpp | 296 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface& vkd, VkDevice device, VkShaderStageFlags stages, bool push) in makeSetLayout() argument
|
| H A D | vktPipelineSpecConstantTests.cpp | 2451 const StageDef stages[] = in createSpecConstantTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingShaderBindingTableTests.cpp | 1270 const auto stages = (VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1959 } stages[] = in createBufferAccessWithVariablePointersTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectBindingTests.cpp | 388 vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_VERTEX_BIT, vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, vk::VK_SHADER_STAGE_FRAGMENT_BIT }; in iterate() local 400 vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_VERTEX_BIT, vk::VK_SHADER_STAGE_GEOMETRY_BIT, vk::VK_SHADER_STAGE_FRAGMENT_BIT }; in iterate() local 423 vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT }; in iterate() local 932 std::vector<vk::VkShaderStageFlagBits> stages = { in iterate() local 973 std::vector<vk::VkShaderStageFlagBits> stages in iterate() local 1101 const vk::VkShaderStageFlagBits stages[] = { iterate() local [all...] |
| H A D | vktShaderObjectPipelineInteractionTests.cpp | 549 vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_COMPUTE_BIT }; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktShaderLibrary.cpp | 706 deUint32 stages = 0u; in getShaderStages() local 884 vk::VkShaderStageFlags getVkStageFlags (deUint32 stages) in getVkStageFlags() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1031 const VkPipelineShaderStageCreateInfo stages[] = in create() local
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1049 const VkPipelineShaderStageCreateInfo stages[] = in create() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 3381 std::vector<StageType> stages = makeVector(stageTypes); in init() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsTestsUtils.cpp | 170 makeGraphicsPipeline(glc::Context& context, const subgroups::ShaderStageFlags stages, const GlslSource * vshader, const GlslSource * fshader, const GlslSource * gshader, const GlslSource * tcshader, const GlslSource * teshader) makeGraphicsPipeline() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cCullDistanceTests.cpp | 578 } stages[] = { /* CS only test */ in iterate() local
|