Searched defs:component_size (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_cse.cpp | 214 unsigned component_size = width * type_sz(entry->tmp.type); in opt_cse_local() local 235 unsigned component_size = width * type_sz(inst->dst.type); in opt_cse_local() local
|
D | brw_fs.cpp | 548 fs_reg::component_size(unsigned width) const in component_size() function in fs_reg
|
/third_party/ffmpeg/libavcodec/ |
D | screenpresso.c | 110 int keyframe, component_size, src_linesize; in screenpresso_decode_frame() local
|
D | rscc.c | 62 int component_size; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 115 unsigned component_size[PIPE_MAX_ATTRIBS]; member 910 unsigned component_size = is_packed ? in u_vbuf_create_vertex_elements() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2882 unsigned component_size) { in validate_xfb_offset_qualifier() 3835 unsigned component_size = var->type->contains_double() ? 8 : 4; in apply_layout_qualifier_to_variable() local 8338 unsigned component_size = block_type->contains_double() ? 8 : 4; in hir() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_context.h | 76 int component_size; member
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 525 byte_align_vector(isel_context* ctx, Temp vec, Operand offset, Temp dst, unsigned component_size) in byte_align_vector() 3967 can_use_byte_align_for_global_load(unsigned num_components, unsigned component_size, in can_use_byte_align_for_global_load() 3987 unsigned component_size; member 4017 unsigned component_size = info.component_size; in emit_load() local 5790 load_buffer(isel_context* ctx, unsigned num_components, unsigned component_size, Temp dst, in load_buffer() 6861 unsigned component_size = instr->dest.ssa.bit_size / 8; in visit_load_global() local
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_pds.h | 353 uint16_t component_size; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross.cpp | 1955 size_t component_size = type.width / 8; in get_declared_struct_member_size() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 628 const GLuint component_size = Utils::Type::Double == m_basic_type ? 2 : 1; in GetValidComponents() local 15265 const GLuint component_size = Utils::Type::_float.GetSize(); in test() local
|
D | gl4cGPUShaderFP64Tests.cpp | 13638 const glw::GLuint component_size = getArgumentComponentSize(argument); in getArgumentStride() local
|