Home
last modified time | relevance | path

Searched refs:stream (Results 2576 - 2593 of 2593) sorted by relevance

1...<<101102103104

/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h1843 typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMPROC) (GLenum mode, GLuint id, GLuint stream);
1890 GLAPI void APIENTRY glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream);
2239 typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC) (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
2252 GLAPI void APIENTRY glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h1843 typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMPROC) (GLenum mode, GLuint id, GLuint stream);
1890 GLAPI void APIENTRY glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream);
2239 typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC) (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
2252 GLAPI void APIENTRY glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp212 for (auto& stream : streams) { in IntoVector()
213 stream.IntoVector(vector); in IntoVector()
6544 * Function: Test HCaptureSession when stream is nullptr
6548 * CaseDescription: Test HCaptureSession when stream is nullptr
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c228 * stream output purpose
2121 * Emit tokens for the "stream" register used by the
4234 * for the specified stream.
4237 output_writemask_for_stream(unsigned stream, ubyte output_streams, in output_writemask_for_stream() argument
4244 if ((output_streams & 0x3) == stream) in output_writemask_for_stream()
4268 * Start emitting from the last stream first, so we end with in emit_gs_output_declarations()
4269 * stream 0, so any of the auxiliary output declarations will in emit_gs_output_declarations()
4270 * go to stream 0. in emit_gs_output_declarations()
4278 /* DCL_STREAM stream */ in emit_gs_output_declarations()
4294 /* find out the writemask for this stream */ in emit_gs_output_declarations()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c450 * command stream or shader will issue Cache Flush operation or in flush_after_state_base_change()
3607 * This binds SSBOs and ABOs. Unfortunately, we need to stream out
3943 * Gallium CSO for stream output (transform feedback) targets.
4288 * command feels strange -- each dword pair contains a SO_DECL per stream. in crocus_create_so_decl_list()
4294 const unsigned stream_id = output->stream; in crocus_create_so_decl_list()
5297 assert(output->stream == 0); in emit_sol_surface()
7991 "draw count from stream output stall",
9002 * If any new indirect state commands are executed in the command stream
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc175 std::stringstream stream; in FailAssert() local
178 stream << " [" << it->first << ":" << it->second << "]"; in FailAssert()
186 std::string files_and_lines_text = stream.str(); in FailAssert()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1514 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
1600 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
1688 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c427 * command stream or shader will issue Cache Flush operation or in flush_after_state_base_change()
1813 bool flatshade_first; /* for stream output */
3526 * This binds SSBOs and ABOs. Unfortunately, we need to stream out
4001 * command feels strange -- each dword pair contains a SO_DECL per stream. in iris_create_so_decl_list()
4007 const unsigned stream_id = output->stream; in iris_create_so_decl_list()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp34161 uint32_t stream = {}; global() member
[all...]
H A Dvulkan_core.h12018 uint32_t stream; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h11559 uint32_t stream; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp26106 enum class io_errc { stream = 1 };
26136 failure(const char*, const error_code& = io_errc::stream);
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13068 uint32_t stream; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12178 uint32_t stream; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp48852 uint32_t stream = {}; global() member
[all...]
H A Dvulkan_core.h15221 uint32_t stream; member
H A Dvulkan_hash.hpp6386 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutTokenNV.stream );
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs26144 //! should emit output into the `f.buf` stream. It is up to each format trait
26158 //! underlying stream might fail and it must provide a way to propagate the fact
26247 //! to a specified stream. This is used to prevent intermediate allocations of
[all...]

Completed in 555 milliseconds

1...<<101102103104