Lines Matching defs:cpp
869 * Note that in brw_fs.cpp we're only loading up to 16 EU registers of
871 * brw_vec4.cpp we're loading up to 32 registers of push constants. An EU
3024 * See emit_address_calculation() in brw_fs_surface_builder.cpp for a more
3036 const unsigned cpp = util_format_get_blocksize(pfmt);
3039 param->size[0] = size / cpp;
3040 param->stride[0] = cpp;
5205 const unsigned cpp = isv->view.format == ISL_FORMAT_RAW ? 1 : fmtl->bpb / 8;
5208 CROCUS_MAX_TEXTURE_BUFFER_SIZE * cpp);
5216 .stride_B = cpp,
5246 const unsigned cpp = iv->view.format == ISL_FORMAT_RAW ? 1 : fmtl->bpb / 8;
5249 CROCUS_MAX_TEXTURE_BUFFER_SIZE * cpp);
5257 .stride_B = cpp,