Searched refs:log_size (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_state.c | 69 uint32_t log_size; member in struct:etna_sampler_view 235 sv->log_size = 368 uint32_t log_size = sv->log_size; local in function:etna_emit_new_texture_state 371 log_size |= VIVS_TE_SAMPLER_LOG_SIZE_INT_FILTER; 373 /*10100*/ EMIT_STATE(NTE_SAMPLER_LOG_SIZE(x), log_size); 500 uint32_t log_size = sv->log_size; local in function:etna_emit_texture_state 503 log_size |= VIVS_TE_SAMPLER_LOG_SIZE_INT_FILTER; 505 /*02080*/ EMIT_STATE(TE_SAMPLER_LOG_SIZE(x), log_size); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 136 if (opencode || (fix_fetch.u.log_size == 3 && fix_fetch.u.format == AC_FETCH_FORMAT_FLOAT) || 137 (fix_fetch.u.log_size == 2)) { 138 tmp = ac_build_opencoded_load_format(&ctx->ac, fix_fetch.u.log_size, 174 if (fix_fetch.u.log_size <= 1 && fix_fetch.u.num_channels_m1 == 2) { 176 fetch_stride = 1 << fix_fetch.u.log_size; 204 if (fix_fetch.u.log_size <= 1 && fix_fetch.u.num_channels_m1 == 2 && required_channels == 4) { 209 } else if (fix_fetch.u.log_size == 3 &&
|
| H A D | si_shader.h | 290 * \ref log_size, \ref format, and the number of channels are interpreted as 299 uint8_t log_size : 2; /* 1, 2, 4, 8 or bytes per channel */ member in struct:si_vs_fix_fetch::__anon396a29300408
|
| H A D | si_state.c | 4787 fix_fetch.u.log_size = 3; /* special encoding for 2_10_10_10 */ 4797 fix_fetch.u.log_size = 3; /* special encoding */ 4801 fix_fetch.u.log_size = util_logbase2(channel->size) - 3; 4808 always_fix = (fix_fetch.u.log_size == 3) || 4809 (fix_fetch.u.log_size == 2 && fix_fetch.u.format != AC_FETCH_FORMAT_FLOAT && 4814 if (desc->nr_channels == 3 && fix_fetch.u.log_size <= 1) { 4816 log_hw_load_size = fix_fetch.u.log_size;
|
| H A D | si_shader.c | 1158 fprintf(f, "%u.%u.%u.%u", fix.u.reverse, fix.u.log_size, fix.u.num_channels_m1,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 1458 * \param log_size log(size of channel in bytes) 1468 LLVMValueRef ac_build_opencoded_load_format(struct ac_llvm_context *ctx, unsigned log_size, argument 1476 unsigned load_log_size = log_size; 1478 if (log_size == 3) { 1562 if (log_size == 3) { 1582 log_size = 2; 1602 if (log_size != 2) { 1605 if (log_size == 3) 1607 else if (log_size == 1) 1613 if (log_size ! [all...] |
| H A D | ac_llvm_build.h | 293 LLVMValueRef ac_build_opencoded_load_format(struct ac_llvm_context *ctx, unsigned log_size,
|
Completed in 23 milliseconds