Searched defs:gpuType (Results 1 – 5 of 5) sorted by relevance
58 GrSLType gpuType) in Attribute()68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
57 GrSLType gpuType) in Attribute()67 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
85 GrSLType gpuType, in set()
89 GrSLType gpuType, in set()
115 #define SET_TYPES(cpuType, gpuType) do { v.fType = cpuType; v.fGPUType = gpuType;} while (false) in Make() argument117 #define SET_TYPES(cpuType, gpuType) do { v.fType = cpuType; } while (false) in Make() argument