Searched defs:component_size (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | screenpresso.c | 110 int keyframe, component_size, src_linesize; in screenpresso_decode_frame() local
|
H A D | rscc.c | 62 int component_size; member [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A 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
|
H A D | brw_fs.cpp | 548 fs_reg::component_size(unsigned width) const in component_size() function in fs_reg
|
/third_party/mesa3d/src/amd/compiler/ |
H A 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() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_context.h | 76 int component_size; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A 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 [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.h | 353 uint16_t component_size; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 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 2879 validate_xfb_offset_qualifier(YYLTYPE *loc, struct _mesa_glsl_parse_state *state, int xfb_offset, const glsl_type *type, unsigned component_size) validate_xfb_offset_qualifier() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A 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/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13641 const glw::GLuint component_size = getArgumentComponentSize(argument); in getArgumentStride() local
|
H A 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
|
Completed in 83 milliseconds