Home
last modified time | relevance | path

Searched defs:depth (Results 1226 - 1250 of 2080) sorted by relevance

1...<<41424344454647484950>>...84

/third_party/mesa3d/src/mesa/main/
H A Dpack.c1202 _mesa_unpack_image( GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack ) _mesa_unpack_image() argument
[all...]
H A Dtexobj.c794 GLuint width, height, depth, face; in _mesa_test_texobj_completeness() local
937 GLsizei depth in _mesa_get_fallback_texture() local
2131 _mesa_InvalidateTexSubImage_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage_no_error() argument
2141 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage() argument
2312 texture_page_commitment(struct gl_context *ctx, GLenum target, struct gl_texture_object *tex_obj, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit, const char *func) texture_page_commitment() argument
2364 _mesa_TexPageCommitmentARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexPageCommitmentARB() argument
2383 _mesa_TexturePageCommitmentEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexturePageCommitmentEXT() argument
[all...]
H A Dtexgetimage.c80 get_tex_depth(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth() argument
129 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth_stencil() argument
185 get_tex_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_stencil() argument
231 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_ycbcr() argument
317 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_compressed() argument
434 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_uncompressed() argument
574 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_rgba() argument
619 get_tex_memcpy(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_memcpy() argument
695 _mesa_GetTexSubImage_sw(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) _mesa_GetTexSubImage_sw() argument
775 get_compressed_texsubimage_sw(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLvoid *img) get_compressed_texsubimage_sw() argument
915 dimensions_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const char *caller) dimensions_error_check() argument
1095 pbo_error_check(struct gl_context *ctx, GLenum target, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *pixels, const char *caller) pbo_error_check() argument
1211 common_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) common_error_check() argument
1263 getteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) getteximage_error_check() argument
1305 gettexsubimage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) gettexsubimage_error_check() argument
1348 get_texture_image_dims(const struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei *width, GLsizei *height, GLsizei *depth) get_texture_image_dims() argument
1386 get_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, const char *caller) get_texture_image() argument
1460 GLsizei width, height, depth; _get_texture_image() local
1571 GLsizei width, height, depth; _mesa_GetMultiTexImageEXT() local
1605 _mesa_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) _mesa_GetTextureSubImage() argument
1645 packed_compressed_size(GLuint dimensions, mesa_format format, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing) packed_compressed_size() argument
1670 getcompressedteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, GLvoid *pixels, const char *caller) getcompressedteximage_error_check() argument
1764 get_compressed_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLvoid *pixels, const char *caller) get_compressed_texture_image() argument
1838 GLsizei width, height, depth; _mesa_GetnCompressedTexImageARB() local
1868 GLsizei width, height, depth; _mesa_GetCompressedTexImage() local
1900 GLsizei width, height, depth; _mesa_GetCompressedTextureImageEXT() local
1927 GLsizei width, height, depth; _mesa_GetCompressedMultiTexImageEXT() local
1956 GLsizei width, height, depth; _mesa_GetCompressedTextureImage() local
1980 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) _mesa_GetCompressedTextureSubImage() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c841 GLuint width, height, depth; in st_context_teximage() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
[all...]
H A Dlp_setup.c486 lp_setup_try_clear_zs(struct lp_setup_context *setup, double depth, unsigned stencil, unsigned flags) lp_setup_try_clear_zs() argument
547 lp_setup_clear(struct lp_setup_context *setup, const union pipe_color_union *color, double depth, unsigned stencil, unsigned flags) lp_setup_clear() argument
[all...]
H A Dlp_texture.c81 unsigned depth = pt->depth0; in llvmpipe_texture_layout() local
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c329 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument
[all...]
/third_party/libdrm/
H A Dxf86drmMode.h108 uint32_t depth; member
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h1306 int ConsStringIterator::OffsetForDepth(int depth) { return depth & kDepthMask; } in OffsetForDepth() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c560 lima_calculate_depth_test(struct pipe_depth_stencil_alpha_state *depth, in lima_calculate_depth_test() argument
150 lima_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) lima_clear() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1180 trace_screen_is_compute_copy_faster(struct pipe_screen *_screen, enum pipe_format src_format, enum pipe_format dst_format, unsigned width, unsigned height, unsigned depth, bool cpu) trace_screen_is_compute_copy_faster() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c387 agx_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) agx_clear() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c186 nir_ssa_def *depth = nir_channel(b, pos, 2); in lower_pos_read() local
/third_party/mesa3d/src/util/format/
H A Du_format.h115 unsigned depth; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c1163 draw_set_mapped_texture(struct draw_context *draw, enum pipe_shader_type shader_stage, unsigned sview_idx, uint32_t width, uint32_t height, uint32_t depth, uint32_t first_level, uint32_t last_level, uint32_t num_samples, uint32_t sample_stride, const void *base_ptr, uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t img_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t mip_offsets[PIPE_MAX_TEXTURE_LEVELS]) draw_set_mapped_texture() argument
1187 draw_set_mapped_image(struct draw_context *draw, enum pipe_shader_type shader_stage, unsigned idx, uint32_t width, uint32_t height, uint32_t depth, const void *base_ptr, uint32_t row_stride, uint32_t img_stride, uint32_t num_samples, uint32_t sample_stride) draw_set_mapped_image() argument
/third_party/mksh/
H A Dlex.c1691 unsigned int depth = 1; in arraysub() local
H A Dvar.c1127 int depth = 0; in skip_wdvarname() local
1602 int depth = 0; in array_ref_len() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c57 panfrost_clear( struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) panfrost_clear() argument
H A Dpan_resource.c1181 unsigned depth = rsrc->base.target == PIPE_TEXTURE_3D ? pan_resource_modifier_convert() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_render.c1160 r300_blitter_draw_rectangle(struct blitter_context *blitter, void *vertex_elements_cso, blitter_get_vs_func get_vs, int x1, int y1, int x2, int y2, float depth, unsigned num_instances, enum blitter_attrib_type type, const union blitter_attrib *attrib) r300_blitter_draw_rectangle() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c126 float depth; in r600_blit_decompress_depth() local
467 r600_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) r600_clear() argument
555 r600_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r600_clear_depth_stencil() argument
[all...]
H A Dr600_pipe_common.c128 r600_draw_rectangle(struct blitter_context *blitter, void *vertex_elements_cso, blitter_get_vs_func get_vs, int x1, int y1, int x2, int y2, float depth, unsigned num_instances, enum blitter_attrib_type type, const union blitter_attrib *attrib) r600_draw_rectangle() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c805 int X509_STORE_set_depth(X509_STORE *ctx, int depth) in X509_STORE_set_depth() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp435 const float depth = a * depthValues[0] + b * depthValues[1] + c * depthValues[2]; in generateReferenceImage() local
[all...]

Completed in 53 milliseconds

1...<<41424344454647484950>>...84