Searched refs:tokenCount (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | qd_utils.cpp | 114 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/ |
D | qd_utils.cpp | 114 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/ |
D | qd_utils.cpp | 114 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/ |
D | qd_utils.cpp | 56 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/ |
D | qd_utils.cpp | 126 uint32_t tokenCount = 0; in getDPTestConfig() local 149 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|
/hardware/qcom/sm8150/display/libqdutils/ |
D | qd_utils.cpp | 127 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/ |
D | indirectcommands.adoc | 61 * 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/ |
D | vulkan_core.h | 14480 uint32_t tokenCount; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 5815 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.tokenCount ); in operator ()()
|