Searched refs:col_stride (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_vbtmp.h | 47 GLuint tc0_stride, tc1_stride, col_stride, spec_stride, fog_stride; in TAG() local 127 col_stride = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->stride; in TAG() 130 col_stride = 0; in TAG() 166 STRIDE_4F(col, start * col_stride); in TAG() 200 STRIDE_4F(col, col_stride); in TAG()
|
/third_party/boost/libs/python/test/numpy/ |
D | templates.cpp | 37 int col_stride = argument.strides(1); in apply() local 44 for (int m = 0; m != cols; ++i, ++m, col_p += col_stride) in apply()
|
/third_party/boost/libs/python/example/numpy/ |
D | wrap.cpp | 36 void fill1(double * array, int rows, int cols, int row_stride, int col_stride) { in fill1() argument 41 for (int j = 0; j < cols; ++j, col_iter += col_stride) { in fill1()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 428 uint32_t col_stride = ByteSize(comp_ty_id, 0u, false, false); in GenLastByteIdx() local 429 col_stride_id = builder->GetUintConstantId(col_stride); in GenLastByteIdx()
|
/third_party/spirv-tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 428 uint32_t col_stride = ByteSize(comp_ty_id, 0u, false, false); in GenLastByteIdx() local 429 col_stride_id = builder->GetUintConstantId(col_stride); in GenLastByteIdx()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 428 uint32_t col_stride = ByteSize(comp_ty_id, 0u, false, false); in GenLastByteIdx() local 429 col_stride_id = builder->GetUintConstantId(col_stride); in GenLastByteIdx()
|