Home
last modified time | relevance | path

Searched refs:activeStages (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp81 wgpu::ShaderStage activeStages = wgpu::ShaderStage::None; in InitializeBase() local
84 activeStages |= StageBit(stage); in InitializeBase()
92 for (SingleShaderStage stage : IterateStages(activeStages)) { in InitializeBase()
134 for (SingleShaderStage stage : IterateStages(activeStages)) { in InitializeBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp327 info.activeStages = gl::ShaderBitSet(stream->readInt<uint8_t>()); in load()
363 stream->writeInt(info.activeStages.bits()); in save()
552 VkShaderStageFlags activeStages = gl_vk::GetShaderStageFlags(info.activeStages); in addInterfaceBlockDescriptorSetDesc() local
554 descOut->update(info.binding, descType, arraySize, activeStages, nullptr); in addInterfaceBlockDescriptorSetDesc()
571 if (info.isDuplicate || !info.activeStages[shaderType]) in addAtomicCounterBufferDescriptorSetDesc()
576 VkShaderStageFlags activeStages = gl_vk::GetShaderStageFlags(info.activeStages); in addAtomicCounterBufferDescriptorSetDesc() local
580 gl::IMPLEMENTATION_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS, activeStages, nullptr); in addAtomicCounterBufferDescriptorSetDesc()
627 VkShaderStageFlags activeStages in addImageDescriptorSetDesc() local
721 VkShaderStageFlags activeStages = gl_vk::GetShaderStageFlags(info.activeStages); addTextureDescriptorSetDesc() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.hpp160 deUint32 activeStages; // Has an effect only if sources.separable == true, must be 0 otherwise member
163 : activeStages(0u) in ProgramSpecification()
H A DgluShaderLibrary.cpp166 const bool isEnabled = (spec.programs[progNdx].activeStages & curStageMask) != 0; in isValid()
1283 program.activeStages = parseShaderStageList(); in parsePipelineProgram()
1324 if (program.activeStages == 0) in parsePipelineProgram()
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp2040 TVector<TIntermediate*> activeStages; in crossStageCheck() local
2043 activeStages.push_back(intermediate[s]); in crossStageCheck()
2047 if (! (activeStages.size() > 1)) in crossStageCheck()
2051 TIntermediate* firstIntermediate = activeStages.front(); in crossStageCheck()
2065 for (unsigned int i = 0; i < activeStages.size(); ++i) { in crossStageCheck()
2066 uniforms.mergeUniformObjects(*infoSink, *activeStages[i]); in crossStageCheck()
2071 for (unsigned int i = 0; i < activeStages.size(); ++i) { in crossStageCheck()
2077 activeStages[i]->mergeGlobalUniformBlocks(*infoSink, uniforms, mergeExistingOnly); in crossStageCheck()
2081 for (unsigned int i = 1; i < activeStages.size(); ++i) { in crossStageCheck()
2082 activeStages[ in crossStageCheck()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp104 info.activeStages = allStages; in AddResourceInfoToAllStages()
118 info.activeStages = stages; in AddResourceInfo()
142 info.activeStages.set(shaderType); in AddLocationInfo()
485 info.activeStages.set(shaderType); in AssignVaryingLocations()
499 info.activeStages.set(shaderType); in AssignVaryingLocations()
506 info.activeStages.set(shaderType); in AssignVaryingLocations()
732 info.activeStages = uniformBindingInfo.shaderBitSet; in AddAndUpdateResourceMaps()
942 mBuiltinVariableInfo.activeStages = allStages; in SpirvTransformerBase()
1574 return info.activeStages[shaderType] ? TransformationState::Unchanged
1592 if (!info->activeStages[shaderTyp
[all...]
H A Dglslang_wrapper_utils.h118 gl::ShaderBitSet activeStages; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp166 vk::VkShaderStageFlags activeStages, in verifyDriverSupport()
234 if (activeStages & (vk::VK_SHADER_STAGE_VERTEX_BIT | in verifyDriverSupport()
243 if (activeStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) in verifyDriverSupport()
3016 vk::VkShaderStageFlags activeStages,
3044 vk::VkShaderStageFlags activeStages,
3049 , m_activeStages (activeStages)
3443 vk::VkShaderStageFlags activeStages,
3472 vk::VkShaderStageFlags activeStages,
3476 : QuadrantRendederCase (testCtx, name, glu::GLSL_VERSION_310_ES, exitingStages, activeStages, descriptorSetCount)
7281 vk::VkShaderStageFlags activeStages,
161 verifyDriverSupport(const deUint32 apiVersion, const vk::VkPhysicalDeviceFeatures& deviceFeatures, const std::vector<std::string>& deviceExtensions, DescriptorUpdateMethod updateMethod, vk::VkDescriptorType descType, vk::VkShaderStageFlags activeStages, vk::VkImageViewType viewType = vk::VK_IMAGE_VIEW_TYPE_2D) verifyDriverSupport() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp166 vk::VkShaderStageFlags activeStages, in verifyDriverSupport()
234 if (activeStages & (vk::VK_SHADER_STAGE_VERTEX_BIT | in verifyDriverSupport()
243 if (activeStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) in verifyDriverSupport()
3017 vk::VkShaderStageFlags activeStages,
3046 vk::VkShaderStageFlags activeStages,
3051 , m_activeStages (activeStages)
3446 vk::VkShaderStageFlags activeStages,
3476 vk::VkShaderStageFlags activeStages,
3480 : QuadrantRendederCase (testCtx, name, description, glu::GLSL_VERSION_310_ES, exitingStages, activeStages, descriptorSetCount)
7280 vk::VkShaderStageFlags activeStages,
161 verifyDriverSupport(const deUint32 apiVersion, const vk::VkPhysicalDeviceFeatures& deviceFeatures, const std::vector<std::string>& deviceExtensions, DescriptorUpdateMethod updateMethod, vk::VkDescriptorType descType, vk::VkShaderStageFlags activeStages, vk::VkImageViewType viewType = vk::VK_IMAGE_VIEW_TYPE_2D) verifyDriverSupport() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp869 if (spec.programs[programNdx].activeStages & tessellationBits)
1043 if (m_spec.programs[programNdx].activeStages & (1u << glu::SHADERTYPE_VERTEX))
1068 if (m_spec.programs[programNdx].activeStages & (1u << stage))
1168 if (m_spec.programs[programNdx].activeStages & (1u << stage))

Completed in 29 milliseconds