Home
last modified time | relevance | path

Searched defs:stages (Results 126 - 150 of 200) sorted by relevance

12345678

/third_party/glslang/glslang/Public/
H A DShaderLang.h756 EShLanguageMask stages; member in glslang::TObjectReflection
965 std::list<TShader*> stages[EShLangCount]; member in glslang::TProgram
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c51 VkPipelineShaderStageCreateInfo *stages = NULL; in radv_create_merged_rt_create_info() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1077 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 Dlvp_private.h449 VkGraphicsPipelineLibraryFlagsEXT stages; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c548 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 Ddzn_descriptor_set.c512 uint32_t stages = 0; in dzn_pipeline_layout_hash_stages() local
[all...]
H A Ddzn_pipeline.c522 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 Daubinator_viewer.cpp415 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 Daio-stress.c72 static long stages; variable
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2623 const uint64_t stages = res->bind_stages; in iris_dirty_for_history() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c1049 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 DvktMemoryAddressBindingTests.cpp1070 const VkPipelineShaderStageCreateInfo stages[] = in create() local
H A DvktMemoryDeviceMemoryReportTests.cpp1055 const VkPipelineShaderStageCreateInfo stages[] = in create() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp296 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface& vkd, VkDevice device, VkShaderStageFlags stages, bool push) in makeSetLayout() argument
H A DvktPipelineSpecConstantTests.cpp2451 const StageDef stages[] = in createSpecConstantTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp1270 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 DvktRobustBufferAccessWithVariablePointersTests.cpp1959 } stages[] = in createBufferAccessWithVariablePointersTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBindingTests.cpp388 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 DvktShaderObjectPipelineInteractionTests.cpp549 vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_COMPUTE_BIT }; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp706 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 DvktMemoryAddressBindingTests.cpp1031 const VkPipelineShaderStageCreateInfo stages[] = in create() local
H A DvktMemoryDeviceMemoryReportTests.cpp1049 const VkPipelineShaderStageCreateInfo stages[] = in create() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp3381 std::vector<StageType> stages = makeVector(stageTypes); in init() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp170 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 Dgl3cCullDistanceTests.cpp578 } stages[] = { /* CS only test */ in iterate() local

Completed in 69 milliseconds

12345678