HomeSort by relevance Sort by last modified time
    Searched refs:fUBOffset (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/vk/
GrVkUniformHandler.h 29 // fUBOffset is only valid if the GrSLType of the fVariable is not a sampler
35 uint32_t fUBOffset;
GrVkUniformHandler.cpp 99 get_ubo_aligned_offset(&uni.fUBOffset, currentOffset, type, arrayCount);
112 uni.fUBOffset = 0; // This value will be ignored, but initializing to avoid any errors.
GrVkProgramDataManager.cpp 34 uniform.fOffset = uniformInfo.fUBOffset;

Completed in 477 milliseconds