Home
last modified time | relevance | path

Searched defs:ref (Results 676 - 700 of 744) sorted by relevance

1...<<21222324252627282930

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp862 int ref; member
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1810 static void hevc_await_progress(HEVCContext *s, HEVCFrame *ref, in hevc_await_progress() argument
1500 luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref, const Mv *mv, int x_off, int y_off, int block_w, int block_h, int luma_weight, int luma_offset) luma_mc_uni() argument
[all...]
H A Dhevcdec.h237 struct HEVCFrame *ref[HEVC_MAX_REFS]; member
508 HEVCFrame *ref; member
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c294 InputFile *ref, *self = input_files[i]; in apply_sync_offsets() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c3799 int ref; in transfer_image_buf() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1238 struct pipe_stencil_ref *ref = &sctx->stencil_ref.state; in si_emit_stencil_ref() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1909 struct pipe_resource *ref = image->bo; in create_multisample_surface() local
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc119 Name GetNameFromWireBytes(const i::wasm::WireBytesRef& ref, in GetNameFromWireBytes() argument
1518 i::Handle<i::Object> WasmRefToV8(i::Isolate* isolate, const Ref* ref) { in WasmRefToV8() argument
3111 wasm_table_new(wasm_store_t* store, const wasm_tabletype_t* type, wasm_ref_t* ref) wasm_table_new() argument
3124 wasm_table_set(wasm_table_t* table, wasm_table_size_t index, wasm_ref_t* ref) wasm_table_set() argument
3133 wasm_table_grow(wasm_table_t* table, wasm_table_size_t delta, wasm_ref_t* ref) wasm_table_grow() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h470 uint32_t ref, compare_mask, write_mask; member
507 uint32_t ref, compare_mask, write_mask; member
797 uint32_t ref; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h1118 explicit Constant(ExternalReference ref) in Constant() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc1578 void Assembler::load_rax(ExternalReference ref) { in load_rax() argument
2231 void Assembler::store_rax(ExternalReference ref) { in store_rax() argument
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2974 DoubleRegister ref = rhs.fp(); in emit_i8x16_gt_u() local
2988 DoubleRegister ref = rhs.fp(); in emit_i8x16_ge_s() local
3000 DoubleRegister ref = rhs.fp(); in emit_i8x16_ge_u() local
3033 DoubleRegister ref in emit_i16x8_gt_u() local
3047 DoubleRegister ref = rhs.fp(); emit_i16x8_ge_s() local
3059 DoubleRegister ref = rhs.fp(); emit_i16x8_ge_u() local
3092 DoubleRegister ref = rhs.fp(); emit_i32x4_gt_u() local
3106 DoubleRegister ref = rhs.fp(); emit_i32x4_ge_s() local
3118 DoubleRegister ref = rhs.fp(); emit_i32x4_ge_u() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h409 struct pipe_reference ref; member
488 struct pipe_reference ref; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2093 zink_set_stencil_ref(struct pipe_context *pctx, const struct pipe_stencil_ref ref) zink_set_stencil_ref() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp183 const deUint32 ref = *pui32RefVal++; in BinaryCompare() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1663 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2862 bool vkt::subgroups::check (std::vector<const void*> datas, deUint32 width, deUint32 ref) in check() argument
2877 checkComputeOrMesh(std::vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32 ref) checkComputeOrMesh() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp183 const deUint32 ref = *pui32RefVal++; in BinaryCompare() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp4807 ValidateStencilFunc(const Context *context, angle::EntryPoint entryPoint, GLenum func, GLint ref, GLuint mask) ValidateStencilFunc() argument
4822 ValidateStencilFuncSeparate(const Context *context, angle::EntryPoint entryPoint, GLenum face, GLenum func, GLint ref, GLuint mask) ValidateStencilFuncSeparate() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp721 GL_APICALL void GL_APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() argument
726 GL_APICALL void GL_APIENTRY glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate() argument
H A DlibGLESv2.cpp4339 void GL_APIENTRY StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in StencilFuncSeparate() argument
4384 void GL_APIENTRY StencilFunc(GLenum func, GLint ref, GLuint mask) in StencilFunc() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c29 static void ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, in ITransform_SSE2() argument
295 FTransform_SSE2(const uint8_t* src, const uint8_t* ref, int16_t* out) FTransform_SSE2() argument
339 FTransform2_SSE2(const uint8_t* src, const uint8_t* ref, int16_t* out) FTransform2_SSE2() argument
437 CollectHistogram_SSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) CollectHistogram_SSE2() argument
1059 Mean16x4_SSE2(const uint8_t* ref, uint32_t dc[4]) Mean16x4_SSE2() argument
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2094 SpvId SPIRVCodeGenerator::writeVariableReference(const VariableReference& ref, OutputStream& out) { in writeVariableReference() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h2613 Use::UserRef *ref = in block_begin() local
2619 const Use::UserRef *ref = in block_begin() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc4111 bool Builder::GenerateReferenceType(const sem::Reference* ref, in GenerateReferenceType() argument
[all...]

Completed in 123 milliseconds

1...<<21222324252627282930