| /third_party/node/deps/v8/src/objects/ |
| H A D | string-inl.h | 1306 int ConsStringIterator::OffsetForDepth(int depth) { return depth & kDepthMask; } in OffsetForDepth() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 560 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 D | tr_screen.c | 1180 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 D | agx_pipe.c | 387 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 D | d3d12_nir_passes.c | 186 nir_ssa_def *depth = nir_channel(b, pos, 2); in lower_pos_read() local
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.h | 115 unsigned depth; member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 1163 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 D | lex.c | 1691 unsigned int depth = 1; in arraysub() local
|
| H A D | var.c | 1127 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 D | pan_context.c | 57 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 D | pan_resource.c | 1181 unsigned depth = rsrc->base.target == PIPE_TEXTURE_3D ? pan_resource_modifier_convert() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 1160 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 D | r600_blit.c | 126 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 D | r600_pipe_common.c | 128 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 D | x509_lu.c | 805 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 D | vktDrawInvertedDepthRangesTests.cpp | 435 const float depth = a * depthValues[0] + b * depthValues[1] + c * depthValues[2]; in generateReferenceImage() local [all...] |
| H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 166 float depth; member 429 const float depth = step.depth; in drawCommands() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 165 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 D | vktPipelineImage2DViewOf3DTests.cpp | 87 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local
|
| H A D | vktPipelineImageUtil.cpp | 750 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 D | vktRayTracingBuildIndirectTests.cpp | 59 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 D | vktRayTracingTraversalControlTests.cpp | 144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
|
| H A D | vktRayTracingWatertightnessTests.cpp | 67 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 D | vktShaderObjectRenderingTests.cpp | 773 const float depth = depthAccess.getPixDepth(i, j); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 1197 const int depth; in populateTextureFilteringTests() member
|