Home
last modified time | relevance | path

Searched defs:stateIndex (Results 1 – 7 of 7) sorted by relevance

/external/aac/libFDK/src/
DFDK_lpc.cpp220 int stateIndex = *pStateIndex; in CLpc_Synthesis() local
263 int stateIndex = *pStateIndex; in CLpc_Synthesis() local
305 int stateIndex; in CLpc_Analysis() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeVectorDrawableTest.java322 final int stateIndex = state.indexOf("state_"); in getTitleForStateSet() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h4433 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4446 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4459 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4472 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h4433 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4446 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4459 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4472 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1955 for (size_t stateIndex = 0; stateIndex < firstPipeline.size(); ++stateIndex) in GetCommonPipelineState() local
1967 bool IsPipelineState(size_t stateIndex, PipelineState pipelineState, size_t range) in IsPipelineState()
1974 size_t GetPipelineStateSubIndex(size_t stateIndex, PipelineState pipelineState) in GetPipelineStateSubIndex()
1979 PipelineState GetPipelineState(size_t stateIndex, bool *isRangedOut, size_t *subIndexOut) in GetPipelineState()
2021 [[maybe_unused]] void OutputPipelineState(std::ostream &out, size_t stateIndex, uint32_t state) in OutputPipelineState()
2557 for (size_t stateIndex : include) in OutputAllPipelineState() local
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp396 const int stateIndex = transpose ? (x * N + y) : (y * N + x); in verifyUniformMatrixValues() local
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp541 const int stateIndex = transpose ? (x * N + y) : (y * N + x); in verifyUniformMatrixValues() local