Home
last modified time | relevance | path

Searched refs:bufferObj (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c77 vbo_use_minmax_cache(struct gl_buffer_object *bufferObj) in vbo_use_minmax_cache() argument
79 if (bufferObj->UsageHistory & (USAGE_TEXTURE_BUFFER | in vbo_use_minmax_cache()
87 if ((bufferObj->Mappings[MAP_USER].AccessFlags & in vbo_use_minmax_cache()
97 vbo_delete_minmax_cache(struct gl_buffer_object *bufferObj) in vbo_delete_minmax_cache() argument
99 _mesa_hash_table_destroy(bufferObj->MinMaxCache, vbo_minmax_cache_delete_entry); in vbo_delete_minmax_cache()
100 bufferObj->MinMaxCache = NULL; in vbo_delete_minmax_cache()
105 vbo_get_minmax_cached(struct gl_buffer_object *bufferObj, in vbo_get_minmax_cached() argument
114 if (!bufferObj->MinMaxCache) in vbo_get_minmax_cached()
116 if (!vbo_use_minmax_cache(bufferObj)) in vbo_get_minmax_cached()
119 simple_mtx_lock(&bufferObj in vbo_get_minmax_cached()
176 vbo_minmax_cache_store(struct gl_context *ctx, struct gl_buffer_object *bufferObj, unsigned index_size, GLintptr offset, GLuint count, GLuint min, GLuint max) vbo_minmax_cache_store() argument
[all...]
H A Dvbo.h222 vbo_delete_minmax_cache(struct gl_buffer_object *bufferObj);
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp120 jobject bufferObj) { in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
127 const void* buffer = env->GetDirectBufferAddress(bufferObj); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
128 jlong bufferSize = env->GetDirectBufferCapacity(bufferObj); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
134 jobject bufferRef = env->NewGlobalRef(bufferObj); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
117 Java_org_skia_skottie_SkottieAnimation_nCreateProxy(JNIEnv *env, jobject clazz, jlong runner, jobject bufferObj) Java_org_skia_skottie_SkottieAnimation_nCreateProxy() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerBuffer.cpp73 userdata->bufferObj = buffer->handle; in DoBufferMapAsync()
252 mProcs.bufferGetConstMappedRange(data->bufferObj, data->offset, data->size); in OnBufferMapAsyncCallback()
267 mProcs.bufferGetMappedRange(data->bufferObj, data->offset, data->size)) - in OnBufferMapAsyncCallback()
H A DServer.h113 WGPUBuffer bufferObj; member
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c5314 struct gl_buffer_object *bufferObj, in buffer_page_commitment()
5318 if (!(bufferObj->StorageFlags & GL_SPARSE_STORAGE_BIT_ARB)) { in buffer_page_commitment()
5324 if (size < 0 || size > bufferObj->Size || in buffer_page_commitment()
5325 offset < 0 || offset > bufferObj->Size - size) { in buffer_page_commitment()
5345 offset + size != bufferObj->Size) { in buffer_page_commitment()
5356 if (!pipe->resource_commit(pipe, bufferObj->buffer, 0, &box, commit)) { in buffer_page_commitment()
5366 struct gl_buffer_object *bufferObj; in _mesa_BufferPageCommitmentARB() local
5368 bufferObj = get_buffer(ctx, "glBufferPageCommitmentARB", target, in _mesa_BufferPageCommitmentARB()
5370 if (!bufferObj) in _mesa_BufferPageCommitmentARB()
5373 buffer_page_commitment(ctx, bufferObj, offse in _mesa_BufferPageCommitmentARB()
5313 buffer_page_commitment(struct gl_context *ctx, struct gl_buffer_object *bufferObj, GLintptr offset, GLsizeiptr size, GLboolean commit, const char *func) buffer_page_commitment() argument
5382 struct gl_buffer_object *bufferObj; _mesa_NamedBufferPageCommitmentARB() local
5402 struct gl_buffer_object *bufferObj; _mesa_NamedBufferPageCommitmentEXT() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3481 TIntermTyped* bufferObj = nullptr; in decomposeStructBufferMethods() local
3488 bufferObj = argAggregate->getSequence()[0]->getAsTyped(); in decomposeStructBufferMethods()
3490 bufferObj = arguments->getAsSymbolNode(); in decomposeStructBufferMethods()
3493 if (bufferObj == nullptr || bufferObj->getAsSymbolNode() == nullptr) in decomposeStructBufferMethods()
3500 TIntermTyped* counter = getStructBufferCounter(loc, bufferObj); // obtain the counter member in decomposeStructBufferMethods()
3515 TIntermTyped* argArray = indexStructBufferContent(loc, bufferObj); in decomposeStructBufferMethods()
3524 const TType& bufferType = bufferObj->getType(); in decomposeStructBufferMethods()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2338 Buffer *bufferObj = mState.mBufferManager->getBuffer(buffer);
2339 ANGLE_CONTEXT_TRY(texture->setBuffer(this, bufferObj, internalformat));
2351 Buffer *bufferObj = mState.mBufferManager->getBuffer(buffer); in texBufferRange() local
2352 ANGLE_CONTEXT_TRY(texture->setBufferRange(this, bufferObj, internalformat, offset, size)); in texBufferRange()

Completed in 43 milliseconds