Home
last modified time | relevance | path

Searched refs:SpecConstUsageBits (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.h49 SpecConstUsageBits getSpecConstUsageBits() const { return mUsageBits; } in getSpecConstUsageBits()
68 SpecConstUsageBits mUsageBits;
/external/angle/src/compiler/translator/
DCompiler.h42 using SpecConstUsageBits = angle::PackedEnumBitSet<vk::SpecConstUsage, uint32_t>; variable
111 SpecConstUsageBits getSpecConstUsageBits() const { return mSpecConstUsageBits; } in getSpecConstUsageBits()
225 SpecConstUsageBits mSpecConstUsageBits;
/external/angle/src/libANGLE/
DShader.h95 rx::SpecConstUsageBits getSpecConstUsageBits() const { return mSpecConstUsageBits; } in getSpecConstUsageBits()
138 rx::SpecConstUsageBits mSpecConstUsageBits;
206 rx::SpecConstUsageBits getSpecConstUsageBits() const { return mState.mSpecConstUsageBits; } in getSpecConstUsageBits()
DProgramPipeline.h68 rx::SpecConstUsageBits getSpecConstUsageBits() const;
DProgramPipeline.cpp134 rx::SpecConstUsageBits ProgramPipelineState::getSpecConstUsageBits() const in getSpecConstUsageBits()
136 rx::SpecConstUsageBits specConstUsageBits; in getSpecConstUsageBits()
DProgram.h342 rx::SpecConstUsageBits getSpecConstUsageBits() const { return mSpecConstUsageBits; } in getSpecConstUsageBits()
407 rx::SpecConstUsageBits mSpecConstUsageBits;
DShader.cpp466 rx::SpecConstUsageBits(sh::GetShaderSpecConstUsageBits(compilerHandle)); in resolveCompile()
DProgram.cpp4714 mState.mSpecConstUsageBits = rx::SpecConstUsageBits(stream.readInt<uint32_t>()); in deserialize()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h65 using SpecConstUsageBits = angle::PackedEnumBitSet<sh::vk::SpecConstUsage, uint32_t>; variable
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h964 SpecConstUsageBits getCurrentProgramSpecConstUsageBits() const;
965 void updateGraphicsPipelineDescWithSpecConstUsageBits(SpecConstUsageBits usageBits);
DContextVk.cpp1395 SpecConstUsageBits usageBits = getCurrentProgramSpecConstUsageBits(); in handleDirtyGraphicsPipelineDesc()
3687 SpecConstUsageBits usageBits = getCurrentProgramSpecConstUsageBits(); in syncState()
3951 SpecConstUsageBits ContextVk::getCurrentProgramSpecConstUsageBits() const in getCurrentProgramSpecConstUsageBits()
3953 SpecConstUsageBits usageBits; in getCurrentProgramSpecConstUsageBits()
3965 void ContextVk::updateGraphicsPipelineDescWithSpecConstUsageBits(SpecConstUsageBits usageBits) in updateGraphicsPipelineDescWithSpecConstUsageBits()