Home
last modified time | relevance | path

Searched refs:tokenCount (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libqdutils/
Dqd_utils.cpp114 uint32_t tokenCount = 0; in querySDEInfoFB() local
141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB()
149 for (uint32_t i = 0; i < tokenCount; i++) { in querySDEInfoFB()
242 uint32_t tokenCount = 0; in getDPTestConfig() local
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/display/msm8909/libqdutils/
Dqd_utils.cpp114 uint32_t tokenCount = 0; in querySDEInfoFB() local
141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB()
149 for (uint32_t i = 0; i < tokenCount; i++) { in querySDEInfoFB()
242 uint32_t tokenCount = 0; in getDPTestConfig() local
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/display/msm8998/libqdutils/
Dqd_utils.cpp114 uint32_t tokenCount = 0; in querySDEInfoFB() local
141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB()
149 for (uint32_t i = 0; i < tokenCount; i++) { in querySDEInfoFB()
242 uint32_t tokenCount = 0; in getDPTestConfig() local
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/display/msm8996/libqdutils/
Dqd_utils.cpp56 uint32_t tokenCount = 0; in querySDEInfo() local
85 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfo()
93 for (uint32_t i = 0; i < tokenCount; i++) { in querySDEInfo()
/hardware/qcom/sm7250/display/libqdutils/
Dqd_utils.cpp126 uint32_t tokenCount = 0; in getDPTestConfig() local
149 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/qcom/sm8150/display/libqdutils/
Dqd_utils.cpp127 uint32_t tokenCount = 0; in getDPTestConfig() local
150 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc61 * pname:tokenCount is the length of the individual command sequence.
119 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-tokenCount-02931]]
120 pname:tokenCount must: be greater than `0` and less than or equal to
462 for (t = 0; t < indirectCommandsLayout.tokenCount; t++)
635 for (uint32_t t = 0; t < indirectCommandsLayout.tokenCount; t++){
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14480 uint32_t tokenCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5815 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.tokenCount ); in operator ()()