Home
last modified time | relevance | path

Searched refs:v_len (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp65 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument
68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
76 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local
77 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
H A Dconvert_to_half_pass.h62 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp65 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument
68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
76 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local
77 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
H A Dconvert_to_half_pass.h62 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
/third_party/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp75 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument
78 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
86 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local
87 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
H A Dconvert_to_half_pass.h66 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
/third_party/ffmpeg/libavcodec/
H A Dqcelpdec.c430 const float *v_len; in do_pitchfilter() local
437 for (v_len = v_in + 40; v_in < v_len; v_in++) { in do_pitchfilter()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c925 uint8_t* v, uint32_t v_len, BrotliDecoderState* state) { in InverseMoveToFrontTransform()
946 for (i = 0; i < v_len; ++i) { in InverseMoveToFrontTransform()
924 InverseMoveToFrontTransform( uint8_t* v, uint32_t v_len, BrotliDecoderState* state) InverseMoveToFrontTransform() argument
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c925 uint8_t* v, uint32_t v_len, BrotliDecoderState* state) { in InverseMoveToFrontTransform()
946 for (i = 0; i < v_len; ++i) { in InverseMoveToFrontTransform()
924 InverseMoveToFrontTransform( uint8_t* v, uint32_t v_len, BrotliDecoderState* state) InverseMoveToFrontTransform() argument

Completed in 14 milliseconds