Home
last modified time | relevance | path

Searched defs:packed (Results 101 - 125 of 145) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp187 bool packed; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h408 uint32_t packed; member
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c49 } packed; variable
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h263 uvec4 packed[CORE_MATERIAL_FACTOR_UNIFORM_VEC4_COUNT]; member
/third_party/libbpf/src/
H A Dbtf_dump.c970 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp672 glsl_struct_type(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed) glsl_struct_type() argument
H A Dglsl_types.cpp105 glsl_type(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed, unsigned explicit_alignment) glsl_type() argument
1449 get_struct_instance(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed, unsigned explicit_alignment) get_struct_instance() argument
3312 unsigned packed = encoded.strct.interface_packing_or_packed; decode_type_from_blob() local
[all...]
H A Dglsl_types.h318 unsigned packed:1; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1037 uint64_t packed; in qpu_merge_inst() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1541 struct agx_varying_packed *packed = varyings->packed; in agx_remap_varyings_fs() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.c68 nir_ssa_def *packed; member
775 get_padded_count(nir_builder *b, nir_ssa_def *val, nir_ssa_def **packed) in get_padded_count() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c1409 nir_ssa_def *packed = nir_channel(&b, texel, 0); in panvk_meta_copy_img2buf_shader() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c92 bool packed; member
H A Dsymbol.h115 unsigned char packed; member
196 packed:1, member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h407 } packed; member
H A Dvc4_program.c1368 struct qreg packed = qir_get_temp(c); in emit_scaled_viewport_write() local
/third_party/skia/src/core/
H A DSkVM.cpp1370 I32 packed = c->splat(0); in pack32() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp190 uint32_t packed = 0; in fastClear() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp1479 Int4 packed = (a << 30) | (b << 20) | (g << 10) | r; in writeColor() local
1492 Int4 packed = (a << 30) | (r << 20) | (g << 10) | b; in writeColor() local
3146 Int4 packed = ((As<Int4>(color.w) & Int4(0x3)) << 30) | writeColor() local
3175 Int4 packed = ((As<Int4>(color.w) & Int4(0x3)) << 30) | writeColor() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc491 void ExtensionSet::AddEnum(int number, FieldType type, bool packed, int value, in AddEnum() argument
377 MutableRawRepeatedField(int number, FieldType field_type, bool packed, const FieldDescriptor* desc) MutableRawRepeatedField() argument
[all...]
H A Dtype.pb.h1883 inline bool Field::packed() const { in packed() function in Field
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h407 bool packed:1; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c869 bool packed = src_components <= 4 && src_channels <= 4; in write_alu() local
942 bool packed = src_components <= 4 && src_channels <= 4; in read_alu() local
1531 union packed_tex_data packed = { in write_tex() local
1567 union packed_tex_data packed; read_tex() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c697 LLVMValueRef packed; in si_llvm_init_export_args() local
710 LLVMValueRef packed; in si_llvm_init_export_args() local
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h559 unsigned packed:1; member

Completed in 61 milliseconds

123456