| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES31.cpp | 1841 ValidateUseProgramStagesBase(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipeline, GLbitfield stages, ShaderProgramID programId) ValidateUseProgramStagesBase() argument 2781 ValidateUseProgramStages(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, GLbitfield stages, ShaderProgramID programPacked) ValidateUseProgramStages() argument
|
| H A D | validationESEXT.cpp | 2470 ValidateUseProgramStagesEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, GLbitfield stages, ShaderProgramID programPacked) ValidateUseProgramStagesEXT() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineBindPointTests.cpp | 294 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface& vkd, VkDevice device, VkShaderStageFlags stages, bool push) in makeSetLayout() argument
|
| H A D | vktPipelineSpecConstantTests.cpp | 2438 const StageDef stages[] = in createSpecConstantTests() local
|
| H A D | vktPipelineLibraryTests.cpp | 2123 void PipelineLibraryShaderModuleInfoInstance::prepareOutputBuffer (VkShaderStageFlags stages) in prepareOutputBuffer() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
|
| H A D | vktRayTracingBuiltinTests.cpp | 2450 stages[] struct 2878 VkShaderStageFlags stages; createBuiltinTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1965 } stages[] = in createBufferAccessWithVariablePointersTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktShaderLibrary.cpp | 706 deUint32 stages = 0u; in getShaderStages() local 884 vk::VkShaderStageFlags getVkStageFlags (deUint32 stages) in getVkStageFlags() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 2110 write_creation_feedback(struct v3dv_pipeline *pipeline, const void *next, const VkPipelineCreationFeedback *pipeline_feedback, uint32_t stage_count, const VkPipelineShaderStageCreateInfo *stages) write_creation_feedback() argument
|
| H A D | v3dv_meta_copy.c | 3384 VkPipelineShaderStageCreateInfo stages[3] = { in create_pipeline() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderSyncTestsEXT.cpp | 355 std::set<Stage> stages; in subpassStages() local 364 hasTask(const std::vector<Stage>& stages) hasTask() argument 370 hasFrag(const std::vector<Stage>& stages) hasFrag() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | glslang_wrapper_utils.cpp | 108 AddResourceInfo(ShaderInterfaceVariableInfoMap *infoMap, gl::ShaderBitSet stages, gl::ShaderType shaderType, const std::string &varName, uint32_t descriptorSet, uint32_t binding) AddResourceInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderSyncTestsEXT.cpp | 355 std::set<Stage> stages; in subpassStages() local 364 hasTask(const std::vector<Stage>& stages) hasTask() argument 370 hasFrag(const std::vector<Stage>& stages) hasFrag() argument [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 606 uint32_t stages; member 634 uint32_t stages; member 674 } stages[MESA_VULKAN_SHADER_STAGES]; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 3378 VkShaderStageFlagBits stages[] = { in zink_shader_stage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 1839 const VkPipelineShaderStageCreateInfo stages[] = in createMultiple() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineLibraryTests.cpp | 2165 void PipelineLibraryShaderModuleInfoInstance::prepareOutputBuffer (VkShaderStageFlags stages) in prepareOutputBuffer() argument
|
| H A D | vktPipelineTimestampTests.cpp | 268 TimestampTestParam(const PipelineConstructionType pipelineConstructionType, const VkPipelineStageFlagBits* stages, const deUint32 stageCount, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, const VkQueryResultFlags queryResultFlags) TimestampTestParam() argument 338 TransferTimestampTestParam(const PipelineConstructionType pipelineConstructionType, const VkPipelineStageFlagBits* stages, const deUint32 stageCount, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, const deUint32 methodNdx, const VkQueryResultFlags flags) TransferTimestampTestParam() argument 1647 BasicGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, const VkQueryResultFlags queryResultFlags) BasicGraphicsTestInstance() argument 1952 AdvGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, const VkQueryResultFlags queryResultFlags) AdvGraphicsTestInstance() argument 2166 BasicComputeTestInstance(Context& context, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, VkQueryResultFlags VkQueryResultFlags) BasicComputeTestInstance() argument 2385 TransferTestInstance(Context& context, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, const TransferMethod method, const VkQueryResultFlags queryResultFlags) TransferTestInstance() argument 3007 TwoCmdBuffersTestInstance(Context& context, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, VkCommandBufferLevel cmdBufferLevel, VkQueryResultFlags queryResultFlags) TwoCmdBuffersTestInstance() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 1761 bool vkt::subgroups::areQuadOperationsSupportedForStages (Context& context, const VkShaderStageFlags stages) in areQuadOperationsSupportedForStages() argument 3105 VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleGraphicsSubgroupStages() local 523 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const bool frameBufferTests = false, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, const deUint32 vertexShaderStageCreateFlags = 0u, const deUint32 tessellationControlShaderStageCreateFlags = 0u, const deUint32 tessellationEvalShaderStageCreateFlags = 0u, const deUint32 geometryShaderStageCreateFlags = 0u, const deUint32 fragmentShaderStageCreateFlags = 0u, const deUint32 requiredSubgroupSize[5] = DE_NULL) makeGraphicsPipeline() argument 4970 const VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; getPossibleRayTracingSubgroupStages() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 1839 const VkPipelineShaderStageCreateInfo stages[] = in createMultiple() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 3093 VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleGraphicsSubgroupStages() local 523 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const bool frameBufferTests = false, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, const deUint32 vertexShaderStageCreateFlags = 0u, const deUint32 tessellationControlShaderStageCreateFlags = 0u, const deUint32 tessellationEvalShaderStageCreateFlags = 0u, const deUint32 geometryShaderStageCreateFlags = 0u, const deUint32 fragmentShaderStageCreateFlags = 0u, const deUint32 requiredSubgroupSize[5] = DE_NULL) makeGraphicsPipeline() argument 4959 const VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; getPossibleRayTracingSubgroupStages() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 71 VkShaderStageFlags stages = compute ? in tu6_load_state_size() local 156 VkShaderStageFlags stages = compute ? in tu6_emit_load_state() local 2623 tu_hash_shaders(unsigned char *hash, const VkPipelineShaderStageCreateInfo **stages, const struct tu_pipeline_layout *layout, const struct tu_shader_key *keys, const struct ir3_shader_key *ir3_key, const struct ir3_compiler *compiler) tu_hash_shaders() argument 3247 VkShaderStageFlags stages = 0; tu_pipeline_builder_parse_shader_stages() local [all...] |
| H A D | tu_cmd_buffer.c | 3074 filter_read_access(VkAccessFlags2 flags, VkPipelineStageFlags2 stages, in filter_read_access() argument 3082 filter_write_access(VkAccessFlags2 flags, VkPipelineStageFlags2 stages, in filter_write_access() argument 3090 gfx_read_access(VkAccessFlags2 flags, VkPipelineStageFlags2 stages, in gfx_read_access() argument 3098 gfx_write_access(VkAccessFlags2 flags, VkPipelineStageFlags2 stages, in gfx_write_access() argument 3105 vk2tu_access(VkAccessFlags2 flags, VkPipelineStageFlags2 stages, bool image_only, bool gmem) vk2tu_access() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 1360 enum pvr_pipeline_stage_bits stages = 0; in pvr_stage_mask() local [all...] |