Home
last modified time | relevance | path

Searched defs:depth (Results 651 - 675 of 1132) sorted by relevance

1...<<21222324252627282930>>...46

/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...]
H A DvktDrawMultipleClearsWithinRenderPass.cpp166 float depth; member
429 const float depth = step.depth; in drawCommands() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp165 deBool compareDepthResult (VkCompareOp compare, float depth, float clearValue) in compareDepthResult() argument
962 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local
1022 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local
1247 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local
1312 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local
[all...]
H A DvktPipelineImage2DViewOf3DTests.cpp87 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local
H A DvktPipelineImageUtil.cpp750 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture() argument
762 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture() argument
1335 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() argument
1343 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp59 deUint32 depth; member
137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
681 const deUint32 depth = 4u; createBuildIndirectTests() local
[all...]
H A DvktRayTracingTraversalControlTests.cpp144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayTracingWatertightnessTests.cpp67 deUint32 depth; member
76 VkImageType getImageType (deUint32 depth) in getImageType() argument
170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp773 const float depth = depthAccess.getPixDepth(i, j); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1197 const int depth; in populateTextureFilteringTests() member

Completed in 53 milliseconds

1...<<21222324252627282930>>...46