Home
last modified time | relevance | path

Searched defs:stages (Results 51 - 75 of 200) sorted by relevance

12345678

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c132 radv_hash_shaders(unsigned char *hash, const struct radv_pipeline_stage *stages, in radv_hash_shaders() argument
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.c223 use_program_stages(struct gl_context *ctx, struct gl_shader_program *shProg, GLbitfield stages, struct gl_pipeline_object *pipe) use_program_stages() argument
264 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, GLuint prog) _mesa_UseProgramStages_no_error() argument
288 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) _mesa_UseProgramStages() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp190 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp399 vk::VkShaderStageFlagBits stages[] = { in bindGraphicsShaders() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotBroadcastTests.cpp414 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
431 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinMaskVarTests.cpp1339 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
1346 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinVarTests.cpp1935 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
1947 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsClusteredTests.cpp333 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
350 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsQuadTests.cpp361 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
376 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp712 stages[] = in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramPipeline.cpp89 useProgramStages( const Context *context, GLbitfield stages, Program *shaderProgram, std::vector<angle::ObserverBinding> *programObserverBindings) useProgramStages() argument
201 useProgramStages(const Context *context, GLbitfield stages, Program *shaderProgram) useProgramStages() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsArithmeticTests.cpp896 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
932 const ShaderStageFlags stages[] = in createSubgroupsArithmeticTests() local
[all...]
H A DglcSubgroupsBasicTests.cpp1371 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
1490 const subgroups::ShaderStageFlags stages[] = createSubgroupsBasicTests() local
[all...]
H A DglcSubgroupsPartitionedTests.cpp832 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
869 const ShaderStageFlags stages[] = in createSubgroupsPartitionedTests() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp535 std::vector<StageAndDescriptor> stages; in GetRenderStagesAndSetDummyShader() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp190 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsArithmeticTests.cpp388 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
405 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotBroadcastTests.cpp396 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
413 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinMaskVarTests.cpp1339 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
1346 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinVarTests.cpp1935 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
1947 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
H A DvktSubgroupsClusteredTests.cpp315 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
332 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp720 stages[] = in init() local
/third_party/ffmpeg/libavfilter/
H A Dvf_transpose_npp.c76 NPPTransposeStageContext stages[STAGE_NB]; member
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp158 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
161 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
465 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
475 EShLanguageMask& stages = variables[it->second].stages; blowUpActiveAggregate() local
534 EShLanguageMask& stages = ioItems.back().stages; blowUpIOAggregate() local
537 EShLanguageMask& stages = ioItems[it->second].stages; blowUpIOAggregate() local
660 EShLanguageMask& stages = blocks.back().stages; addBlockName() local
667 EShLanguageMask& stages = blocks[blockIndex].stages; addBlockName() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c653 VkPipelineStageFlags stages = VK_PIPELINE_STAGE_ALL_COMMANDS_BIT; in kopper_present() local

Completed in 39 milliseconds

12345678