Searched defs:is_signed (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_idiv.c44 bool is_signed; local in function:convert_instr
H A Dnir_format_convert.h210 _nir_format_norm_factor(nir_builder * b,const unsigned * bits,unsigned num_components,bool is_signed) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_bptc.c38 fetch_bptc_rgb_float(const GLubyte * map,GLint rowStride,GLint i,GLint j,GLfloat * texel,bool is_signed) argument
171 texstore_bptc_rgb_float(TEXSTORE_PARAMS,bool is_signed) argument
H A Dformat_utils.c279 bool normalized, dst_integer, src_integer, is_signed; local in function:_mesa_format_convert
[all...]
H A Dglformats.c3530 bool normalized = false, is_float = false, is_signed = false; local in function:_mesa_format_from_format_and_type
H A Dtexcompress_bptc_tmp.h881 extract_float_endpoints(const struct bptc_float_mode * mode,const uint8_t * block,int bit_offset,int32_t endpoints[][3],bool is_signed) argument
967 fetch_rgb_float_from_block(const uint8_t * block,float * result,int texel,bool is_signed) argument
1049 decompress_rgb_float_block(unsigned src_width,unsigned src_height,const uint8_t * block,float * dst_row,unsigned dst_rowstride,bool is_signed) argument
1149 decompress_rgb_float(int width,int height,const uint8_t * src,int src_rowstride,float * dst,int dst_rowstride,bool is_signed) argument
1501 clamp_value(float value,bool is_signed) argument
1520 get_endpoints_float(int width,int height,const float * src,int src_rowstride,float average_luminance,float endpoints[][3],bool is_signed) argument
1652 get_endpoint_value(float value,bool is_signed) argument
1682 compress_rgb_float_block(int src_width,int src_height,const float * src,int src_rowstride,uint8_t * dst,bool is_signed) argument
1720 compress_rgb_float(int width,int height,const float * src,int src_rowstride,uint8_t * dst,int dst_rowstride,bool is_signed) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dtest_sdwa.cpp155 for (unsigned is_signed = 0; is_signed <= 1; is_signed++) { variable in typeref:typename:unsigned
[all...]
H A Dtest_to_hw_instr.cpp505 for (unsigned is_signed = 0; is_signed <= 1; is_signed++) { variable in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dmetadata.hpp108 bool is_signed = ::llvm::cast< ::llvm::ConstantInt>(value) local in function:clover::llvm::get_type_kernel_metadata
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc.c38 fetch_bptc_rgb_float(const GLubyte * map,GLint rowStride,GLint i,GLint j,GLfloat * texel,bool is_signed) argument
174 texstore_bptc_rgb_float(TEXSTORE_PARAMS,bool is_signed) argument
H A Dformat_utils.c289 bool normalized, dst_integer, src_integer, is_signed; local in function:_mesa_format_convert
[all...]
H A Dglformats.c3604 bool normalized = false, is_float = false, is_signed = false; local in function:_mesa_format_from_format_and_type
H A Dtexcompress_bptc_tmp.h876 extract_float_endpoints(const struct bptc_float_mode * mode,const uint8_t * block,int bit_offset,int32_t endpoints[][3],bool is_signed) argument
962 fetch_rgb_float_from_block(const uint8_t * block,float * result,int texel,bool is_signed) argument
1044 decompress_rgb_float_block(unsigned src_width,unsigned src_height,const uint8_t * block,float * dst_row,unsigned dst_rowstride,bool is_signed) argument
1146 decompress_rgb_float(int width,int height,const uint8_t * src,int src_rowstride,float * dst,int dst_rowstride,bool is_signed) argument
1498 clamp_value(float value,bool is_signed) argument
1517 get_endpoints_float(int width,int height,const float * src,int src_rowstride,float average_luminance,float endpoints[][3],bool is_signed) argument
1649 get_endpoint_value(float value,bool is_signed) argument
1679 compress_rgb_float_block(int src_width,int src_height,const float * src,int src_rowstride,uint8_t * dst,bool is_signed) argument
1717 compress_rgb_float(int width,int height,const float * src,int src_rowstride,uint8_t * dst,int dst_rowstride,bool is_signed) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_idiv.c48 bool is_signed; local in function:convert_instr
H A Dnir_format_convert.h232 _nir_format_norm_factor(nir_builder * b,const unsigned * bits,unsigned num_components,bool is_signed) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.h100 bool is_signed() const { return m_flags.test(vtx_format_comp_signed);} function in class:r600::FetchInstruction
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c1049 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR || local in function:vtn_handle_integer_dot
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.c328 pan_pack_int_1010102(nir_builder *b, nir_ssa_def *v, bool is_signed) argument
349 pan_unpack_int_1010102(nir_builder *b, nir_ssa_def *packed, bool is_signed) argument
252 pan_pack_norm(nir_builder * b,nir_ssa_def * v,unsigned x,unsigned y,unsigned z,unsigned w,bool is_signed) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c232 lower_uint_color_write(nir_builder *b, struct nir_instr *instr, bool is_signed) argument
261 d3d12_lower_uint_cast(nir_shader *nir, bool is_signed) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c761 bool is_signed = (format_desc->format == PIPE_FORMAT_RGTC1_SNORM || local in function:lp_build_fetch_rgba_soa
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dcompute.c1247 bool is_signed = (util_format_description(surface_fmts[i]) local in function:test_surface_st
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp913 emit_find_msb_using_lzd(const vec4_builder & bld,const dst_reg & dst,const src_reg & src,bool is_signed) argument
H A Dbrw_reg.h362 brw_int_type(unsigned sz, bool is_signed) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dcompute.c1252 bool is_signed = (util_format_description(surface_fmts[i]) local in function:test_surface_st
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp840 emit_find_msb_using_lzd(const vec4_builder & bld,const dst_reg & dst,const src_reg & src,bool is_signed) argument

Completed in 58 milliseconds

12