Home
last modified time | relevance | path

Searched defs:desc (Results 1151 - 1175 of 1622) sorted by relevance

1...<<41424344454647484950>>...65

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c299 num_subpass_attachments2(const VkSubpassDescription2 *desc) in num_subpass_attachments2() argument
330 vk_render_pass_attachment_init(struct vk_render_pass_attachment *att, const VkAttachmentDescription2 *desc) vk_render_pass_attachment_init() argument
471 const VkSubpassDescription2 *desc = &pCreateInfo->pSubpasses[s]; vk_common_CreateRenderPass2() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c831 const VkVertexInputBindingDescription *desc = in panvk_pipeline_builder_parse_vertex_input() local
853 const VkVertexInputAttributeDescription *desc = in panvk_pipeline_builder_parse_vertex_input() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c839 const struct util_format_description *desc = util_format_description(format); in llvmpipe_get_format_alignment() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c217 nouveau_vp3_fill_picparm_mpeg12_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg12_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_mpeg12_vp() argument
266 nouveau_vp3_fill_picparm_mpeg4_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg4_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_mpeg4_vp() argument
456 nouveau_vp3_vp_caps(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) nouveau_vp3_vp_caps() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp500 UChar* desc = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc384 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h138 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h326 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h482 char* desc; member
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc201 PropertyDescriptor desc; in FilterProxyKeys() local
1284 PropertyDescriptor desc; in CollectOwnJSProxyKeys() local
H A Dcode.cc169 CopyFromNoFlush(ByteArray reloc_info, Heap* heap, const CodeDesc& desc) CopyFromNoFlush() argument
186 RelocateFromDesc(ByteArray reloc_info, Heap* heap, const CodeDesc& desc) RelocateFromDesc() argument
[all...]
H A Dmap-inl.h708 void Map::AppendDescriptor(Isolate* isolate, Descriptor* desc) { in AppendDescriptor() argument
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc195 PropertyDescriptor desc; in RecurseAndApply() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc845 Local<v8::ObjectTemplate> desc = v8::ObjectTemplate::New(v8_isolate); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c214 const struct util_format_description *desc = in setup_border_colors() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c230 const struct util_format_description *desc = util_format_description(format); in lima_pipe_format_to_attrib_type() local
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h201 struct agx_bo *desc; member
208 struct agx_bo *desc; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c696 static void si_dump_descriptor_list(struct si_screen *screen, struct si_descriptors *desc, in si_dump_descriptor_list() argument
778 struct si_descriptors desc in si_dump_descriptors() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_validate.c229 const struct opcode_desc *desc = in num_sources_from_inst() local
443 const uint32_t desc = brw_inst_send_desc(devinfo, inst); in send_restrictions() local
677 const struct opcode_desc *desc = brw_opcode_desc(isa, opcode); in is_mixed_float() local
735 const struct opcode_desc *desc = in general_restrictions_based_on_operand_types() local
1020 const struct opcode_desc *desc in general_restrictions_on_region_parameters() local
1463 const struct opcode_desc *desc = region_alignment_rules() local
2194 const uint32_t desc = brw_inst_send_desc(devinfo, inst); send_descriptor_restrictions() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format.h450 const struct util_format_description *desc = util_format_description(format); in util_format_name() local
463 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local
479 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local
491 const struct util_format_description *desc = util_format_description(format); util_format_is_compressed() local
516 const struct util_format_description *desc = util_format_description(format); util_format_is_s3tc() local
529 const struct util_format_description *desc = util_format_description(format); util_format_is_etc() local
542 const struct util_format_description *desc = util_format_description(format); util_format_is_srgb() local
547 util_format_has_depth(const struct util_format_description *desc) util_format_has_depth() argument
554 util_format_has_stencil(const struct util_format_description *desc) util_format_has_stencil() argument
563 const struct util_format_description *desc = util_format_description(format); util_format_is_depth_or_stencil() local
577 const struct util_format_description *desc = util_format_description(format); util_format_is_depth_and_stencil() local
612 const struct util_format_description *desc = util_format_description(format); util_format_is_yuv() local
626 util_get_depth_format_type(const struct util_format_description *desc) util_get_depth_format_type() argument
655 const struct util_format_description *desc = util_format_get_mask() local
683 util_format_colormask(const struct util_format_description *desc) util_format_colormask() argument
715 util_format_colormask_full(const struct util_format_description *desc, unsigned colormask) util_format_colormask_full() argument
784 util_format_is_rgba8_variant(const struct util_format_description *desc) util_format_is_rgba8_variant() argument
811 const struct util_format_description *desc = util_format_description(format); util_format_is_rgbx_or_bgrx() local
826 const struct util_format_description *desc = util_format_description(format); util_format_get_blocksizebits() local
857 const struct util_format_description *desc = util_format_description(format); util_format_get_blockwidth() local
870 const struct util_format_description *desc = util_format_description(format); util_format_get_blockheight() local
883 const struct util_format_description *desc = util_format_description(format); util_format_get_blockdepth() local
946 const struct util_format_description *desc = util_format_description(format); util_format_get_component_bits() local
1445 const struct util_format_description *desc = util_format_description(format); util_format_get_nr_components() local
1456 const struct util_format_description *desc = util_format_description(format); util_format_get_first_non_void_channel() local
1475 util_format_is_unorm8(const struct util_format_description *desc) util_format_is_unorm8() argument
1489 const struct util_format_unpack_description *desc = util_format_unpack_z_float() local
1499 const struct util_format_unpack_description *desc = util_format_unpack_z_32unorm() local
1509 const struct util_format_unpack_description *desc = util_format_unpack_s_8uint() local
1523 const struct util_format_unpack_description *desc = util_format_unpack_rgba() local
1533 const struct util_format_pack_description *desc = util_format_pack_z_float() local
1543 const struct util_format_pack_description *desc = util_format_pack_z_32unorm() local
1553 const struct util_format_pack_description *desc = util_format_pack_s_8uint() local
1568 const struct util_format_pack_description *desc = util_format_pack_rgba() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c257 const struct util_format_description *desc = util_format_description(format); in draw_set_zs_format() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c593 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; in vl_mpeg12_begin_frame() local
661 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; in vl_mpeg12_decode_macroblock() local
731 struct pipe_mpeg12_picture_desc *desc in vl_mpeg12_decode_bitstream() local
754 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; vl_mpeg12_end_frame() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c149 const struct util_format_description *desc = in str_match_format() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c829 const struct util_format_description *desc; in pan_blit_format() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c124 const struct util_format_description *desc = in r600_blit_decompress_depth() local

Completed in 39 milliseconds

1...<<41424344454647484950>>...65