Searched refs:STORAGE (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkTSearch.h | 122 STORAGE = 64 124 char fStorage[STORAGE+1];
|
H A D | SkTSearch.cpp | 92 if (len <= STORAGE) { in SkAutoAsciiToLC()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRobustnessCacheTests.cpp | 52 STORAGE = 0, enumerator 264 if (m_type == STORAGE) in iterate() 290 if (m_type == STORAGE || m_type == UNIFORM) in iterate() 405 if (m_type == STORAGE) pipelineRobustnessInfo.storageBuffers = vk::VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_EXT; in iterate() 412 if (m_type == STORAGE) pipelineRobustnessInfo.storageBuffers = vk::VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT; in iterate() 635 if (m_type == STORAGE) in initPrograms() 699 { STORAGE, "storage" }, in createPipelineRobustnessCacheTests()
|
/third_party/skia/include/private/ |
H A D | SkTArray.h | 598 using STORAGE = SkAlignedSTStorage<N,T>; 603 : STORAGE{}, INHERITED(static_cast<STORAGE*>(this)) {} in SkSTArray() 606 : STORAGE{}, INHERITED(array, count, static_cast<STORAGE*>(this)) {} in SkSTArray()
|
/third_party/FatFs/source/ |
H A D | ffconf.h | 129 enum STORAGE {
enum
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 389 enum STORAGE enum 437 std::string GetDefinition(FLAVOUR flavour, STORAGE storage) const; 461 STORAGE storage) in Variable() 474 STORAGE storage) in Variable() 500 STORAGE m_storage; 506 /* Define the methods NAME, that will add new variable to VECTOR with STORAGE set */ 507 #define DEFINE_VARIABLE_CLASS(NAME, STORAGE, VECTOR) \ 515 n_array_elements, expected_stride_of_element, offset, data, data_size, STORAGE); \ 530 n_array_elements, expected_stride_of_element, offset, data, data_size, STORAGE); \ 653 Interface* CloneBlockForStage(const Interface& block, Shader::STAGES stage, Variable::STORAGE storag [all...] |
H A D | gl4cEnhancedLayoutsTests.cpp | 4052 std::string Variable::Descriptor::GetDefinition(FLAVOUR flavour, STORAGE storage) const in GetDefinition() 4126 replaceToken("STORAGE", position, storage_str, definition); in GetDefinition() 4702 Variable::STORAGE storage, const GLchar* prefix) in cloneVariableForStage() 4787 Interface* ProgramInterface::CloneBlockForStage(const Interface& block, Shader::STAGES stage, Variable::STORAGE storage, in CloneBlockForStage() 4817 const GLchar* ProgramInterface::GetStagePrefix(Shader::STAGES stage, Variable::STORAGE storage) in GetStagePrefix() 4870 "STORAGE\n"; in GetInterfaceForStage() 4887 replaceToken("STORAGE", position, ssbs.c_str(), interface); in GetInterfaceForStage() 5310 bool TestBase::isFlatRequired(Utils::Shader::STAGES stage, const Utils::Type& type, Utils::Variable::STORAGE storage, in isFlatRequired() 14649 Utils::Variable::STORAGE storage = Utils::Variable::VARYING_INPUT; in test() 15037 Utils::Shader::STAGES stage, Utils::Variable::STORAGE storag in test() [all...] |
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | match.py | 18 expected = _info.STORAGE
|
H A D | info.py | 16 STORAGE = frozenset(_STORAGE) variable 943 if storage not in STORAGE:
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 52 milliseconds