Searched refs:packed_type (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_packed_varyings.c | 280 const struct glsl_type *packed_type; in create_or_update_packed_varying() local 282 packed_type = glsl_vector_type(GLSL_TYPE_INT, state->components[slot]); in create_or_update_packed_varying() 284 packed_type = glsl_vector_type(GLSL_TYPE_FLOAT, state->components[slot]); in create_or_update_packed_varying() 287 packed_type = in create_or_update_packed_varying() 288 glsl_array_type(packed_type, state->gs_input_vertices, 0); in create_or_update_packed_varying() 291 packed_var->type = packed_type; in create_or_update_packed_varying() 488 const struct glsl_type *packed_type = glsl_without_array(packed_var->type); in bitwise_assign_unpack() local 489 enum glsl_base_type packed_base_type = glsl_get_base_type(packed_type); in bitwise_assign_unpack() 514 assert(glsl_get_vector_elements(packed_type) == 4); in bitwise_assign_unpack()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 3043 union packed_type { union 3111 STATIC_ASSERT(sizeof(union packed_type) == 4); in encode_type_to_blob() 3112 union packed_type encoded; in encode_type_to_blob() 3218 union packed_type encoded; in decode_type_from_blob()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.hpp | 435 bool packed_type, bool row_major);
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 5619 struct vtn_type *packed_type = vtn_get_value_type(b, w[2]); in vtn_handle_write_packed_primitive_indices() local 5620 vtn_fail_if(packed_type->base_type != vtn_base_type_scalar || in vtn_handle_write_packed_primitive_indices() 5621 packed_type->type != glsl_uint_type(), in vtn_handle_write_packed_primitive_indices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 165 HANDLE_DW_TAG(0x002d, packed_type, 2, DWARF, DW_KIND_TYPE)
|