Searched refs:cc_state (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | rendercopy_gen8.c | 43 uint32_t cc_state; member 48 uint32_t cc_state; member 389 struct gen6_color_calc_state *cc_state; in gen6_create_cc_state() local 392 cc_state = intel_batchbuffer_subdata_alloc(batch, in gen6_create_cc_state() 393 sizeof(*cc_state), 64); in gen6_create_cc_state() 394 offset = intel_batchbuffer_subdata_offset(batch, cc_state); in gen6_create_cc_state() 396 offset, sizeof(*cc_state)); in gen6_create_cc_state() 560 OUT_BATCH(cc.cc_state | 1); in gen8_emit_cc() 932 cc.cc_state = gen6_create_cc_state(batch, &aub_annotations); in gen8_render_copyfunc() 934 viewport.cc_state = gen6_create_cc_viewport(batch, &aub_annotations); in gen8_render_copyfunc() [all …]
|
D | rendercopy_gen9.c | 43 uint32_t cc_state; member 48 uint32_t cc_state; member 431 struct gen6_color_calc_state *cc_state; in gen6_create_cc_state() local 434 cc_state = intel_batchbuffer_subdata_alloc(batch, in gen6_create_cc_state() 435 sizeof(*cc_state), 64); in gen6_create_cc_state() 436 offset = intel_batchbuffer_subdata_offset(batch, cc_state); in gen6_create_cc_state() 438 offset, sizeof(*cc_state)); in gen6_create_cc_state() 606 OUT_BATCH(cc.cc_state | 1); in gen8_emit_cc() 987 cc.cc_state = gen6_create_cc_state(batch); in _gen9_render_copyfunc() 989 viewport.cc_state = gen6_create_cc_viewport(batch); in _gen9_render_copyfunc() [all …]
|
/external/mesa3d/src/intel/vulkan/ |
D | gen8_cmd_buffer.c | 101 struct anv_state cc_state = in gen8_cmd_buffer_emit_depth_viewport() local 120 GENX(CC_VIEWPORT_pack)(NULL, cc_state.map + i * 8, &cc_viewport); in gen8_cmd_buffer_emit_depth_viewport() 125 cc.CCViewportPointer = cc_state.offset; in gen8_cmd_buffer_emit_depth_viewport() 468 struct anv_state cc_state = in genX() local 480 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); in genX() 483 ccp.ColorCalcStatePointer = cc_state.offset; in genX() 536 struct anv_state cc_state = in genX() local 546 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); in genX() 549 ccp.ColorCalcStatePointer = cc_state.offset; in genX()
|
D | gen7_cmd_buffer.c | 233 struct anv_state cc_state = in genX() local 245 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); in genX() 248 ccp.ColorCalcStatePointer = cc_state.offset; in genX()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-us.log | 4846 [ 12.405671] [3: kworker/u16:8: 370] usb: hw_rev=12, cc_state=42
|