/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_xfb.c | 111 int buffer_index = 0; /* Corresponds to GL_TRANSFORM_FEEDBACK_BUFFER_INDEX */ in gl_nir_link_assign_xfb_resources() local
|
D | link_varyings.cpp | 1230 unsigned buffer, unsigned buffer_index, in store()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.h | 37 int buffer_index; member
|
/third_party/ffmpeg/libavcodec/ |
D | libshine.c | 37 int buffer_index; member
|
D | libmp3lame.c | 48 int buffer_index; member
|
D | ratecontrol.h | 66 double buffer_index; ///< amount of bits in the video/audio buffer member
|
D | ccaption_dec.c | 250 int buffer_index; member
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-dataview-object.c | 296 uint32_t buffer_index = (uint32_t) get_index + view_offset; in ecma_op_dataview_get_set_view_value() local
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_regions.h | 119 int buffer_index; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_image.h | 59 int buffer_index; member
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 59 unsigned buffer_index; member 1231 const unsigned buffer_index = p->buffer_variant[0].buffer_index; in incr_inputs() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 1518 uint32_t byte_index = 0, buffer_index = 0; in ecma_builtin_typedarray_prototype_sort() local 1614 uint32_t buffer_index = 0; in ecma_builtin_typedarray_prototype_find_helper() local
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 77 static size_t buffer_length = 0, buffer_index = 0; variable
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1675 unsigned buffer_index = u_bit_scan(&dirty_mask); in r600_emit_vertex_buffers() local 1715 unsigned buffer_index = ffs(dirty_mask) - 1; in r600_emit_constant_buffers() local
|
D | evergreen_state.c | 2139 unsigned buffer_index = u_bit_scan(&dirty_mask); in evergreen_emit_vertex_buffers() local 2198 unsigned buffer_index = ffs(dirty_mask) - 1; in evergreen_emit_constant_buffers() local
|
/third_party/ffmpeg/libavformat/ |
D | mpegenc.c | 50 int buffer_index; member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 1163 for (GLuint buffer_index = 0; buffer_index < invalid_buffers_count; ++buffer_index) in iterate() local 1170 for (GLuint buffer_index = 0; buffer_index < invalid_buffers_count; ++buffer_index) in iterate() local
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 1541 guint buffer_index; in ttml_add_element() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 118 ASSERTED int buffer_index = nir_src_as_uint(intr->src[0]); in vc4_ubo_load() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 685 LLVMValueRef buffer_index; in load_vs_input() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCountersTests.cpp | 545 GLint uniform_size, GLint uniform_offset, GLint uniform_array_stride, GLuint buffer_index) in CheckUniform()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 1944 unsigned buffer_index, in pan_emit_vary()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 1852 uint32_t buffer_index = get_member_decoration(type.self, i, DecorationXfbBuffer); in layout_for_variable() local 3048 uint32_t buffer_index = get_decoration(var.self, DecorationXfbBuffer); in emit_declared_builtin_block() local 3085 uint32_t buffer_index = m.xfb_buffer; in emit_declared_builtin_block() local
|