Home
last modified time | relevance | path

Searched defs:size (Results 3851 - 3875 of 7828) sorted by relevance

1...<<151152153154155156157158159160>>...314

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp116 tcu::IVec3 size; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp72 VkDeviceSize size = MemsetData(0x00, 0, m_bufferSize); in Initialize() local
94 CopyDataToBuffer(const deUint8* pData, VkDeviceSize size, VkDeviceSize& dstBufferOffset) const CopyDataToBuffer() argument
147 MemsetData(deUint32 value, VkDeviceSize offset, VkDeviceSize size) MemsetData() argument
181 CopyDataFromBuffer(const deUint8* sourceBuffer, VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size) CopyDataFromBuffer() argument
192 CopyDataFromBuffer(const VkSharedBaseObj<VulkanBitstreamBuffer>& sourceBuffer, VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size) CopyDataFromBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp143 tcu::TestStatus BufferSuballocation::createTestBuffer (VkDeviceSize size, in createTestBuffer() argument
211 createTestBuffer(VkDeviceSize size, VkBufferUsageFlags usage, Context& context, Move<VkBuffer>& testBuffer, Move<VkDeviceMemory>& memory) const createTestBuffer() argument
338 const VkDeviceSize size = 3 * 5 * 7 * 64; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp65 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; } in setRenderSize() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.cpp34 << ") / " << size << ";\n"; in OutputIntTexCoordWrap() local
41 << "Offset)), 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() local
48 out << " " << texCoordOutName << " = clamp(texCoordInt, 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() local
58 out << " " << texCoordOutName << " = int(floor(" << size << " * coordWrapped));\n"; in OutputIntTexCoordWrap() local
23 OutputIntTexCoordWrap(TInfoSinkBase &out, const char *wrapMode, const char *size, const ImmutableString &texCoord, const char *texCoordOffset, const char *texCoordOutName) OutputIntTexCoordWrap() argument
[all...]
H A DVariablePacker.cpp312 int size = 0; global() local
[all...]
H A DCommon.h123 constexpr TSpan(T *ptr, size_type size) : mData(ptr), mSize(size) {} in TSpan() argument
171 constexpr size_type size() const { return mSize; } in size() function in sh::TSpan
H A DOutputTree.cpp588 size_t size = node->getType().getObjectSize(); in visitConstantUnion() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp30 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() argument
57 AllocationSize(uint8_t *allocationBasePtr, size_t size, size_t alignment, size_t *preAllocationPaddingOut) AllocationSize() argument
H A DFastVector.h493 size_t size() cons in empty() function in angle::final
542 ensureCapacity(size_t size) ensureCapacity() argument
594 ANGLE_INLINE size_t size() const size() function in angle::final
630 ensureCapacity(size_t size) ensureCapacity() argument
670 ANGLE_INLINE size_t size() const { return mKeySet.size(); } size() function in angle::final
675 ensureCapacityImpl(size_t size) ensureCapacityImpl() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h191 size_type size() const in size() function in angle::base::MRUCacheBase
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DToposortStructs.cpp147 const size_t size = aFields.size(); in CreateStructEqualityFunction() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.cpp83 angle::Result VertexBufferInterface::setBufferSize(const gl::Context *context, unsigned int size) in setBufferSize() argument
148 reserveSpace(const gl::Context *context, unsigned int size) reserveSpace() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp286 size_t MemoryProgramCache::size() const in size() function in gl::MemoryProgramCache
H A DRefCountObject.h229 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set() argument
248 void assign(ObjectType *newObject, GLintptr offset, GLsizeiptr size) in assign() argument
255 ANGLE_INLINE void updateOffsetAndSize(ObjectType *newObject, GLintptr offset, GLsizeiptr size) in updateOffsetAndSize() argument
H A DTransformFeedback.cpp277 bindIndexedBuffer(const Context *context, size_t index, Buffer *buffer, size_t offset, size_t size) bindIndexedBuffer() argument
[all...]
H A DBinaryStream.h63 size_t size = readInt<size_t>(); in readIntVector() local
H A DProgramExecutable.h98 GLsizei size() const in size() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_params.cpp120 unsigned int size = GetMaterialParameterCount(pnamePacked); in CaptureGetMaterialfv_params() local
172 unsigned int size = GetTexParameterCount(pname); in CaptureGetTexParameterxv_params() local
182 unsigned int size = GetLightModelParameterCount(pname); in CaptureLightModelfv_params() local
192 unsigned int size = GetLightModelParameterCount(pname); in CaptureLightModelxv_param() local
203 unsigned int size in CaptureLightfv_params() local
35 CaptureColorPointer_pointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer, ParamCapture *paramCapture) CaptureColorPointer_pointer() argument
214 unsigned int size = GetLightParameterCount(pnamePacked); CaptureLightxv_params() local
241 unsigned int size = GetMaterialParameterCount(pnamePacked); CaptureMaterialfv_params() local
252 unsigned int size = GetMaterialParameterCount(pnamePacked); CaptureMaterialxv_param() local
300 CaptureTexCoordPointer_pointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer, ParamCapture *paramCapture) CaptureTexCoordPointer_pointer() argument
349 unsigned int size = GetTexParameterCount(pname); CaptureTexParameterxv_params() local
353 CaptureVertexPointer_pointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer, ParamCapture *paramCapture) CaptureVertexPointer_pointer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DTextureImpl.cpp120 setImageExternal(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) setImageExternal() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DBufferMtl.h167 size_t size() const { return static_cast<size_t>(mState.getSize()); } in size() function in rx::BufferMtl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp118 uint64_t size = DebugInfoData.getULEB128(OffsetPtr); in skipValue() local
123 uint8_t size = DebugInfoData.getU8(OffsetPtr); in skipValue() local
128 uint16_t size = DebugInfoData.getU16(OffsetPtr); in skipValue() local
133 uint32_t size = DebugInfoData.getU32(OffsetPtr); in skipValue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h45 uint32_t size = orig >> 30; in write32AArch64Ldr() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferActiveUniformValidation.cpp89 addTextureParam(glw::GLenum uniformType, glw::GLenum format, glw::GLuint size, const char* name, std::vector<TextureParameters>* params) addTextureParam() argument
[all...]
H A DesextcTextureBufferTextureBufferRange.cpp1081 glw::GLint* size = (glw::GLint*)gl.mapBufferRange(bufferTarget, 0, sizeof(glw::GLint), GL_MAP_READ_BIT); in checkResult() local
[all...]

Completed in 20 milliseconds

1...<<151152153154155156157158159160>>...314