Home
last modified time | relevance | path

Searched defs:VariableLocation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.h111 struct VariableLocation struct
115 VariableLocation(); argument
125 bool operator==(const VariableLocation &other) const argument
132 uint32_t index;
135 uint32_t arrayIndex : 31;
138 uint32_t ignored : 1;
H A DProgram.cpp330 VariableLocation::VariableLocation() : index(kUnused), arrayIndex(0), ignored(false) {} in VariableLocation() function in gl::VariableLocation
332 VariableLocation::VariableLocation(unsigned int arrayIndexIn, unsigned int index) in VariableLocation() function in gl::VariableLocation
/aosp_15_r20/art/compiler/debug/
H A Delf_debug_loc_writer.h72 struct VariableLocation { struct
84 static std::vector<VariableLocation> GetVariableLocations( in GetVariableLocations() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp289 struct VariableLocation struct
291 uint32_t set;
292 uint32_t binding;