Home
last modified time | relevance | path

Searched defs:stages (Results 151 - 175 of 200) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp1841 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 DvalidationESEXT.cpp2470 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 DvktPipelineBindPointTests.cpp294 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface& vkd, VkDevice device, VkShaderStageFlags stages, bool push) in makeSetLayout() argument
H A DvktPipelineSpecConstantTests.cpp2438 const StageDef stages[] = in createSpecConstantTests() local
H A DvktPipelineLibraryTests.cpp2123 void PipelineLibraryShaderModuleInfoInstance::prepareOutputBuffer (VkShaderStageFlags stages) in prepareOutputBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
H A DvktRayTracingBuiltinTests.cpp2450 stages[] struct
2878 VkShaderStageFlags stages; createBuiltinTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1965 } stages[] = in createBufferAccessWithVariablePointersTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp706 deUint32 stages = 0u; in getShaderStages() local
884 vk::VkShaderStageFlags getVkStageFlags (deUint32 stages) in getVkStageFlags() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c2110 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 Dv3dv_meta_copy.c3384 VkPipelineShaderStageCreateInfo stages[3] = { in create_pipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp355 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 Dglslang_wrapper_utils.cpp108 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 DvktMeshShaderSyncTestsEXT.cpp355 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 Ddzn_private.h606 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 Dzink_context.c3378 VkShaderStageFlagBits stages[] = { in zink_shader_stage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1839 const VkPipelineShaderStageCreateInfo stages[] = in createMultiple() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2165 void PipelineLibraryShaderModuleInfoInstance::prepareOutputBuffer (VkShaderStageFlags stages) in prepareOutputBuffer() argument
H A DvktPipelineTimestampTests.cpp268 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 DvktSubgroupsTestsUtils.cpp1761 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 DvktApiObjectManagementTests.cpp1839 const VkPipelineShaderStageCreateInfo stages[] = in createMultiple() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3093 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 Dtu_pipeline.c71 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 Dtu_cmd_buffer.c3074 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 Dpvr_private.h1360 enum pvr_pipeline_stage_bits stages = 0; in pvr_stage_mask() local
[all...]

Completed in 98 milliseconds

12345678