| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.h | 296 unsigned stride; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_compute_transforms.cpp | 170 nir_ssa_def *stride = nir_channel(&b, state_var_data, 0); in get_fake_so_buffer_vertex_count() local 198 nir_ssa_def *stride = nir_channel(&b, state_var_data, 0); in get_draw_auto() local
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_screen.c | 339 rbug_screen_resource_get_info(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned *stride, unsigned *offset) rbug_screen_resource_get_info() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.h | 286 unsigned stride; member
|
| /third_party/mesa3d/src/gbm/main/ |
| H A D | gbm_abi_check.c | 118 uint32_t stride; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_texture.c | 939 unsigned stride = in r300_texture_setup_format_state() local 993 unsigned stride = in r300_texture_setup_fb_state() local
|
| H A D | r300_texture_desc.c | 118 unsigned tile_width, width, stride; in r300_texture_get_stride() local 217 unsigned stride, size, layer_size, nblocksy, i; in r300_setup_miptree() local 307 r300_pixels_to_dwords(unsigned stride, unsigned height, unsigned xblock, unsigned yblock) r300_pixels_to_dwords() argument 364 unsigned zcomp_numdw, zcompsize, hiz_numdw, stride, height; r300_setup_hyperz_properties() local 419 unsigned pipes, stride, cmask_num_dw, cmask_max_size; r300_setup_cmask_properties() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_perfcounter.c | 88 unsigned stride; /* in uint64s */ member
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_exp.c | 844 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local
|
| /third_party/rust/crates/cxx/gen/src/include/ |
| H A D | cxx.h | 247 std::size_t stride; member in rust::cxxbridge1::final [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
| H A D | cxx.h | 247 std::size_t stride; member in rust::cxxbridge1::final [all...] |
| /third_party/rust/crates/cxx/gen/build/src/gen/include/ |
| H A D | cxx.h | 247 std::size_t stride; member in rust::cxxbridge1::final [all...] |
| /third_party/rust/crates/cxx/include/ |
| H A D | cxx.h | 247 std::size_t stride; member in rust::cxxbridge1::final [all...] |
| /third_party/openssl/crypto/bn/ |
| H A D | bn_exp.c | 836 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.cpp | 103 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) in setVertexInputSingleAttribute() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectMiscTests.cpp | 56 deUint32 stride; member 107 void ShaderObjectMiscInstance::bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const in bindVertexBuffers() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.cpp | 103 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) in setVertexInputSingleAttribute() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | glslang_wrapper_utils.h | 86 uint32_t stride = kInvalid; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | android_util.cpp | 63 int stride; member
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | type.h | 278 void SetStrideInBytes(uint32_t stride) { in SetStrideInBytes() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | AttributeLayoutTest.cpp | 50 VertexData(int dimension, const double *data, unsigned offset, unsigned stride) in VertexData() argument 183 operator ()(std::shared_ptr<Container> container, unsigned offset, unsigned stride, const VertexData &data) const operator ()() argument
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.h | 119 int stride; member 124 int stride; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexRoutine.cpp | 103 UInt stride = *Pointer<UInt>(data + OFFSET(DrawData,stride) + sizeof(unsigned int) * i); in readInput() local 140 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index) in readStream() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | decoration_manager.cpp | 102 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecorationsFrom() local 372 const uint32_t stride = start; in AddDecoration() local 613 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecoration() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | decoration_manager.cpp | 102 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecorationsFrom() local 372 const uint32_t stride = start; in AddDecoration() local 613 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecoration() local
|