Home
last modified time | relevance | path

Searched defs:stages (Results 26 - 50 of 200) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp227 static glu::ShaderType stages[] = in addShaderClockTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp349 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
356 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotOtherTests.cpp423 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
430 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotTests.cpp932 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
949 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsShapeTests.cpp362 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
369 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
524 const ShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
[all...]
H A DglcSubgroupsBallotOtherTests.cpp516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
544 const ShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
H A DglcSubgroupsBuiltinVarTests.cpp701 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
752 const ShaderStageFlags stages[] = in createSubgroupsBuiltinVarTests() local
[all...]
H A DglcSubgroupsClusteredTests.cpp725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
760 const ShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
[all...]
H A DglcSubgroupsQuadTests.cpp627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
675 const ShaderStageFlags stages[] = in createSubgroupsQuadTests() local
[all...]
H A DglcSubgroupsShuffleTests.cpp549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
605 const ShaderStageFlags stages[] = createSubgroupsShuffleTests() local
[all...]
H A DglcSubgroupsVoteTests.cpp685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
724 const ShaderStageFlags stages[] = in createSubgroupsVoteTests() local
[all...]
/third_party/skia/src/core/
H A DSkRasterPipeline.cpp55 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
74 std::vector<const char*> stages; in dump() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.cpp21 uint32_t stages = kVertex_GrShaderFlag | kFragment_GrShaderFlag; in CreateUniformManager() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.hh279 hb_vector_t<stage_info_t> stages[2]; /* GSUB/GPOS */ variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp227 static glu::ShaderType stages[] = in addShaderClockTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp349 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
356 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotOtherTests.cpp423 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
430 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotTests.cpp932 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
949 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsQuadTests.cpp343 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
358 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsShapeTests.cpp362 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
369 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp151 std::map<std::string, deUint64> stages; in importFilesForExternalCompiler() local
/third_party/ffmpeg/libavcodec/
H A Dsvq1dec.c173 int stages; in svq1_decode_block_intra() local
240 int stages; svq1_decode_block_non_intra() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c353 VkShaderStageFlags stages = VK_SHADER_STAGE_COMPUTE_BIT; in radv_meta_restore() local
358 radv_CmdPushConstants(radv_cmd_buffer_to_handle(cmd_buffer), VK_NULL_HANDLE, stages, 0, in radv_meta_restore() local
H A Dradv_meta_fast_clear.c179 const VkPipelineShaderStageCreateInfo stages[2] = { in create_pipeline() local

Completed in 25 milliseconds

12345678