| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tile_cache.h | 124 uint64_t clearValue);
|
| H A D | sp_tile_cache.c | 638 uint64_t clearValue) 644 tc->clear_val = clearValue; 636 sp_tile_cache_clear(struct softpipe_tile_cache * tc,const union pipe_color_union * color,uint64_t clearValue) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 122 util_lower_clearsize_to_dword(const void *clearValue, int *clearValueSize, uint32_t *clamped);
|
| H A D | u_helpers.c | 463 util_lower_clearsize_to_dword(const void *clearValue, int *clearValueSize, uint32_t *clamped) argument 468 const uint32_t *clear_value = clearValue; 487 *clamped = *(uint8_t *)clearValue; 491 *clamped = *(uint16_t *)clearValue;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tile_cache.h | 124 uint64_t clearValue);
|
| H A D | sp_tile_cache.c | 575 uint64_t clearValue) 581 tc->clear_val = clearValue; 573 sp_tile_cache_clear(struct softpipe_tile_cache * tc,const union pipe_color_union * color,uint64_t clearValue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 598 const void *clearValue, 608 clearValue, clearValueSize, bufObj); 612 if (!clearValue) 613 clearValue = zeros; 616 clearValue, clearValueSize); 596 st_clear_buffer_subdata(struct gl_context * ctx,GLintptr offset,GLsizeiptr size,const void * clearValue,GLsizeiptr clearValueSize,struct gl_buffer_object * bufObj) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 657 const void *clearValue, 667 clearValue, clearValueSize, bufObj); 671 if (!clearValue) 672 clearValue = zeros; 675 clearValue, clearValueSize); 655 st_clear_buffer_subdata(struct gl_context * ctx,GLintptr offset,GLsizeiptr size,const void * clearValue,GLsizeiptr clearValueSize,struct gl_buffer_object * bufObj) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.h | 135 const GLvoid *clearValue);
|
| H A D | texstore.c | 1165 const GLvoid *clearValue, 1172 memcpy(dstMap, clearValue, clearValueSize); 1187 const GLvoid *clearValue) 1207 if (clearValue) { 1210 clearValue, 1163 clear_image_to_value(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,const GLvoid * clearValue,GLsizei clearValueSize) argument 1183 _mesa_store_cleartexsubimage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument
|
| H A D | bufferobj.h | 151 const GLvoid *clearValue,
|
| H A D | bufferobj.c | 417 * \param clearValue Points to the converted clear value. 429 GLubyte *clearValue, GLenum format, GLenum type, 435 0, &clearValue, 1, 1, 1, 708 * \param clearValue Source of the data. 718 const GLvoid *clearValue, 736 if (clearValue == NULL) { 744 memcpy(dest, clearValue, clearValueSize); 2354 GLubyte clearValue[MAX_PIXEL_BYTES]; local in function:clear_buffer_sub_data 2395 if (!convert_clear_buffer_data(ctx, mesaFormat, clearValue, 2401 clearValue, clearValueSiz 427 convert_clear_buffer_data(struct gl_context * ctx,mesa_format internalformat,GLubyte * clearValue,GLenum format,GLenum type,const GLvoid * data,const char * caller) argument 716 _mesa_ClearBufferSubData_sw(struct gl_context * ctx,GLintptr offset,GLsizeiptr size,const GLvoid * clearValue,GLsizeiptr clearValueSize,struct gl_buffer_object * bufObj) argument [all...] |
| H A D | teximage.c | 4401 GLubyte *clearValue) 4456 &clearValue, 4542 GLubyte clearValue[MAX_FACES][MAX_PIXEL_BYTES]; local in function:_mesa_ClearTexSubImage 4583 format, type, data, clearValue[0])) { 4588 data ? clearValue[0] : NULL); 4595 format, type, data, clearValue[i])) 4603 data ? clearValue[i] : NULL); 4619 GLubyte clearValue[MAX_FACES][MAX_PIXEL_BYTES]; local in function:_mesa_ClearTexImage 4634 type, data, clearValue[i])) 4646 data ? clearValue[ 4396 check_clear_tex_image(struct gl_context * ctx,const char * function,struct gl_texture_image * texImage,GLenum format,GLenum type,const void * data,GLubyte * clearValue) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstore.h | 135 const GLvoid *clearValue);
|
| H A D | texstore.c | 1163 const GLvoid *clearValue, 1170 memcpy(dstMap, clearValue, clearValueSize); 1185 const GLvoid *clearValue) 1205 if (clearValue) { 1208 clearValue, 1161 clear_image_to_value(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,const GLvoid * clearValue,GLsizei clearValueSize) argument 1181 _mesa_store_cleartexsubimage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument
|
| H A D | bufferobj.c | 431 * \param clearValue Points to the converted clear value. 443 GLubyte *clearValue, GLenum format, GLenum type, 449 0, &clearValue, 1, 1, 1, 739 * \param clearValue Source of the data. 749 const GLvoid *clearValue, 767 if (clearValue == NULL) { 775 memcpy(dest, clearValue, clearValueSize); 2578 GLubyte clearValue[MAX_PIXEL_BYTES]; local in function:clear_buffer_sub_data 2619 if (!convert_clear_buffer_data(ctx, mesaFormat, clearValue, 2625 clearValue, clearValueSiz 441 convert_clear_buffer_data(struct gl_context * ctx,mesa_format internalformat,GLubyte * clearValue,GLenum format,GLenum type,const GLvoid * data,const char * caller) argument 747 _mesa_ClearBufferSubData_sw(struct gl_context * ctx,GLintptr offset,GLsizeiptr size,const GLvoid * clearValue,GLsizeiptr clearValueSize,struct gl_buffer_object * bufObj) argument [all...] |
| H A D | bufferobj.h | 159 const GLvoid *clearValue,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 386 VkClearColorValue clear_value = clear_att->clearValue.color; 738 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 1009 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 1855 VkClearColorValue clear_value = clear_att->clearValue.color; 1943 VkClearColorValue clear_value = clear_att->clearValue.color; 1964 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 2071 .clearValue = cmd_state->attachments[a].clear_value, 2083 .clearValue = cmd_state->attachments[ds].clear_value, 2096 .clearValue = cmd_state->attachments[ds_resolve].clear_value, 2240 .clearValue [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 377 VkClearColorValue clear_value = clear_att->clearValue.color; 725 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 1020 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 1492 VkClearColorValue clear_value = clear_att->clearValue.color; 1568 VkClearColorValue clear_value = clear_att->clearValue.color; 1588 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; 1692 .clearValue = cmd_state->attachments[a].clear_value, 1706 .clearValue = cmd_state->attachments[ds].clear_value, 1828 .clearValue = *clear_val, 1892 .clearValue [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 3459 const GLvoid *clearValue, 3482 if (clearValue) 3483 _mesa_unpack_uint_rgba_row(format, 1, clearValue, 3493 if (clearValue) 3494 _mesa_unpack_rgba_row(format, 1, clearValue, 3508 const GLvoid *clearValue, 3528 if (clearValue) { 3531 /* Convert the clearValue from whatever format it's in to a floating 3537 clearValue, 3546 clearValue, 3457 cleartexsubimage_color(struct gl_context * ctx,struct gl_texture_image * texImage,const GLvoid * clearValue,GLint zoffset) argument 3506 cleartexsubimage_depth_stencil(struct gl_context * ctx,struct gl_texture_image * texImage,const GLvoid * clearValue,GLint zoffset) argument 3559 cleartexsubimage_for_zoffset(struct gl_context * ctx,struct gl_texture_image * texImage,GLint zoffset,const GLvoid * clearValue) argument 3590 cleartexsubimage_using_fbo(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument 3624 _mesa_meta_ClearTexSubImage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument [all...] |
| H A D | meta.h | 534 const GLvoid *clearValue);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 3429 const GLvoid *clearValue, 3452 if (clearValue) 3453 _mesa_unpack_uint_rgba_row(format, 1, clearValue, 3463 if (clearValue) 3464 _mesa_unpack_rgba_row(format, 1, clearValue, 3478 const GLvoid *clearValue, 3498 if (clearValue) { 3501 /* Convert the clearValue from whatever format it's in to a floating 3507 clearValue, 3516 clearValue, 3427 cleartexsubimage_color(struct gl_context * ctx,struct gl_texture_image * texImage,const GLvoid * clearValue,GLint zoffset) argument 3476 cleartexsubimage_depth_stencil(struct gl_context * ctx,struct gl_texture_image * texImage,const GLvoid * clearValue,GLint zoffset) argument 3529 cleartexsubimage_for_zoffset(struct gl_context * ctx,struct gl_texture_image * texImage,GLint zoffset,const GLvoid * clearValue) argument 3560 cleartexsubimage_using_fbo(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument 3594 _mesa_meta_ClearTexSubImage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * clearValue) argument [all...] |
| H A D | meta.h | 464 const GLvoid *clearValue);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.c | 89 attachments[num_attachments].clearValue.color = color; 102 attachments[num_attachments].clearValue.depthStencil.depth = depth; 103 attachments[num_attachments].clearValue.depthStencil.stencil = stencil;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 1035 vk_to_isl_color(attachment->clearValue.color); 1112 VkClearDepthStencilValue value = attachment->clearValue.depthStencil; 1130 VkClearDepthStencilValue value = attachment->clearValue.depthStencil;
|